Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
* remove outdated comment
  • Loading branch information
bcardiff committed Feb 10, 2017
1 parent 0512c01 commit 669212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -149,7 +149,7 @@ That only needs to be done once per clone. Next, let's fetch the latest state an
```sh
git fetch upstream
git checkout my_feature_branch
git rebase -i upstream/master # Or upstream/gh-pages for contributing to the out of code documentation
git rebase -i upstream/master
```

Now you should be presented with a list of commits in your editor, with the first commit you made on your branch at the top. Always keep the first
Expand Down

0 comments on commit 669212b

Please sign in to comment.