mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
No ticket: Correct typo in README section "rebasing". Close gh-1398.
(cherry picked from commit 943dc6cf83
)
This commit is contained in:
parent
f6694208aa
commit
c733b4819a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user