mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Updating the git workflow notes (stronnag)
This commit is contained in:
parent
71a61d2432
commit
ce0a93a5d8
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,7 @@ https://help.github.com/articles/creating-a-pull-request/
|
||||||
The main flow for a contributing is as follows:
|
The main flow for a contributing is as follows:
|
||||||
|
|
||||||
1. Login to github, goto the cleanflight repository and press `fork`.
|
1. Login to github, goto the cleanflight repository and press `fork`.
|
||||||
2. `git clone <url to YOUR fork>`
|
2. Then using the command line/terminal on your computer: `git clone <url to YOUR fork>`
|
||||||
3. `cd cleanflight`
|
3. `cd cleanflight`
|
||||||
4. `git checkout master`
|
4. `git checkout master`
|
||||||
5. `git checkout -b my-new-code`
|
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`
|
3. `git fetch cleanflight`
|
||||||
4. `git merge cleanflight/master`
|
4. `git merge cleanflight/master`
|
||||||
|
|
||||||
|
|
||||||
|
You can also perform the git commands using the git client inside Eclipse. Refer to the Eclipse git manual.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue