Fix rebase commands (#870)

This commit is contained in:
Juwan Wheatley 2017-03-30 13:58:09 -04:00 committed by Satyajit Sahoo
parent 3cee5c30fa
commit b0c05e5977

View File

@ -86,5 +86,5 @@ Simple bug fixes are welcomed in pull requests! Please check for duplicate PRs b
#### Make sure to sync up with the state of upstream before submitting a PR: #### Make sure to sync up with the state of upstream before submitting a PR:
- `git fetch upstream/master` - `git fetch upstream`
- `git rebase upstream/master master` - `git rebase upstream/master`