Fixing small typo on doc

This commit is contained in:
Clebert Suconic 2016-02-02 10:21:07 -05:00
parent 6e6570c45d
commit e56b3194e8
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Here are the basic commands to retrieve pull requests, merge, and push them to t
$ git pull --rebase apache master $ git pull --rebase apache master
1. We actually recommend checking out master again, to make sure you wouldn't add any extra commits by accident: 1. We actually recommend checking out master again, to make sure you wouldn't add any extra commits by accident:
$ git fetch upstream apache $ git fetch apache
$ git checkout apache/master -B master $ git checkout apache/master -B master
1. Create a new merge commit from the pull-request. IMPORTANT: The commit message here should be something like: "This 1. Create a new merge commit from the pull-request. IMPORTANT: The commit message here should be something like: "This