1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Merge pull request #875 from SteveAmor/update_fork

Git command to update your fork
This commit is contained in:
Dominic Clifton 2015-05-14 19:56:27 +01:00
commit 0fa271a8a3

View file

@ -93,6 +93,7 @@ Later, you can get the changes from the cleanflight repo into your `master` bran
2. `git checkout master` 2. `git checkout master`
3. `git fetch cleanflight` 3. `git fetch cleanflight`
4. `git merge cleanflight/master` 4. `git merge cleanflight/master`
5. `git push origin master` is an optional step that will update your fork on github
You can also perform the git commands using the git client inside Eclipse. Refer to the Eclipse git manual. You can also perform the git commands using the git client inside Eclipse. Refer to the Eclipse git manual.