typo fix on doc
This commit is contained in:
parent
e56b3194e8
commit
0a866471a3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue