typo fix on doc

This commit is contained in:
Clebert Suconic 2016-02-02 10:23:58 -05:00
parent e56b3194e8
commit 0a866471a3
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ Here are the basic commands to retrieve pull requests, merge, and push them to t
$ 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:
$ git fetch apache
$ git checkout apache/master -B master