Skip to content

Commit

Permalink
Merge pull request #838 from SteveAmor/git_remote_add_cleanflight
Browse files Browse the repository at this point in the history
corrected typo
  • Loading branch information
hydra committed May 5, 2015
2 parents 526281a + 7757068 commit 006e39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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:

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`
3. `git fetch cleanflight`
4. `git merge cleanflight/master`
Expand Down

0 comments on commit 006e39c

Please sign in to comment.