diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 797e35a842..532e8d4d01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ https://help.github.com/articles/creating-a-pull-request/ The main flow for a contributing is as follows: 1. Login to github, goto the cleanflight repository and press `fork`. -2. `git clone ` +2. Then using the command line/terminal on your computer: `git clone ` 3. `cd cleanflight` 4. `git checkout master` 5. `git checkout -b my-new-code` @@ -45,3 +45,6 @@ Later, you can get the changes from the cleanflight repo into your `master` bran 3. `git fetch cleanflight` 4. `git merge cleanflight/master` + +You can also perform the git commands using the git client inside Eclipse. Refer to the Eclipse git manual. + \ No newline at end of file