Fix rebase commands (#870)

This commit is contained in:
Juwan Wheatley
2017-03-30 13:58:09 -04:00
parent f7811e4b84
commit ade473aab2

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:
- `git fetch upstream/master`
- `git rebase upstream/master master`
- `git fetch upstream`
- `git rebase upstream/master`