Skip to content

Commit 1d54466

Browse files
committed
Add note to create a branch before starting to edit
1 parent 4503c14 commit 1d54466

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Either use the Github app for your operating system (mentioned above) or `git` c
5858

5959
git clone [email protected]:yourgithubusername/tutorial.git
6060

61+
Then, create a branch for your new changes to sit in. It helps to call the branch something related to the changes you are going to make.
62+
63+
git checkout -b contributing
64+
6165
Download the [Gitbook Editor](https://github.com/GitbookIO/editor-legacy/releases) app to your computer.
6266

6367
Then you can open the tutorial in Gitbook Editor (*File* > *Open book*).

0 commit comments

Comments
 (0)