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

This commit is contained in:
Dominik D. Geyer 2013-10-11 15:09:56 +02:00 committed by Richard Gibson
parent a9f1cb89df
commit 943dc6cf83

View File

@ -201,7 +201,7 @@ git clean -fdx
### rebasing ### ### 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 ```bash
git config branch.autosetuprebase local git config branch.autosetuprebase local