Skip to content

Commit 669212b

Browse files
authoredFeb 10, 2017
Update CONTRIBUTING.md
* remove outdated comment
1 parent 0512c01 commit 669212b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ That only needs to be done once per clone. Next, let's fetch the latest state an
149149
```sh
150150
git fetch upstream
151151
git checkout my_feature_branch
152-
git rebase -i upstream/master # Or upstream/gh-pages for contributing to the out of code documentation
152+
git rebase -i upstream/master
153153
```
154154

155155
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

0 commit comments

Comments
 (0)
Please sign in to comment.