mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
corrected typo
This commit is contained in:
parent
3346d75f86
commit
7757068f5e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ The primary thing to remember is that separate pull requests should be created f
|
||||||
|
|
||||||
Later, you can get the changes from the cleanflight repo into your `master` branch by adding cleanflight as a git remote and merging from it as follows:
|
Later, you can get the changes from the cleanflight repo into your `master` branch by adding cleanflight as a git remote and merging from it as follows:
|
||||||
|
|
||||||
1. `git add remote cleanflight https://github.com/cleanflight/cleanflight.git`
|
1. `git remote add cleanflight https://github.com/cleanflight/cleanflight.git`
|
||||||
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`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue