No ticket: Correct typo in README section "rebasing". Close gh-1398.

(cherry picked from commit 943dc6cf83)
This commit is contained in:
Dominik D. Geyer 2013-10-11 15:09:56 +02:00 committed by Richard Gibson
parent f6694208aa
commit c733b4819a

View File

@ -199,7 +199,7 @@ git clean -fdx
### rebasing ###
For feature/topic branches, you should always used the `--rebase` flag to `git pull`, or if you are usually handling many temporary "to be in a github pull request" branches, run following to automate this:
For feature/topic branches, you should always use the `--rebase` flag to `git pull`, or if you are usually handling many temporary "to be in a github pull request" branches, run following to automate this:
```bash
git config branch.autosetuprebase local