From: Dominik D. Geyer Date: Fri, 11 Oct 2013 13:09:56 +0000 (+0200) Subject: No ticket: Correct typo in README section "rebasing". Close gh-1398. X-Git-Tag: 2.1.0-beta2~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=943dc6cf834a57b5bffe99314add0a4d397201ce;p=jquery.git No ticket: Correct typo in README section "rebasing". Close gh-1398. --- diff --git a/README.md b/README.md index f3fdfe434..c751ccb08 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,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