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:08:38 -0400 |
commit | c733b4819a64d9f550418dea84103bf37f842db5 (patch) | |
tree | b6c465e24ff16f0232ca8a72e5749677ee5fe876 /README.md | |
parent | f6694208aa3c188ddbb24d9e63125b3f067cf4ec (diff) | |
download | jquery-c733b4819a64d9f550418dea84103bf37f842db5.tar.gz jquery-c733b4819a64d9f550418dea84103bf37f842db5.zip |
No ticket: Correct typo in README section "rebasing". Close gh-1398.
(cherry picked from commit 943dc6cf834a57b5bffe99314add0a4d397201ce)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |