From ce0a93a5d86015efaa57fe3d88a0867a10085f55 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Thu, 22 Jan 2015 18:06:09 +0100 Subject: [PATCH] Updating the git workflow notes (stronnag) --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 797e35a84..532e8d4d0 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 -- 2.11.4.GIT