diff options
author | Dominik D. Geyer <dominik.geyer@gmail.com> | 2013-10-11 15:09:56 +0200 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-10-11 11:07:59 -0400 |
commit | 943dc6cf834a57b5bffe99314add0a4d397201ce (patch) | |
tree | c670de132e8a59587a7efb339b559110d544e1f7 /README.md | |
parent | a9f1cb89df999805038ef2ff2c2fdceb3b78dd76 (diff) | |
download | jquery-943dc6cf834a57b5bffe99314add0a4d397201ce.tar.gz jquery-943dc6cf834a57b5bffe99314add0a4d397201ce.zip |
No ticket: Correct typo in README section "rebasing". Close gh-1398.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |