From 943dc6cf834a57b5bffe99314add0a4d397201ce Mon Sep 17 00:00:00 2001 From: "Dominik D. Geyer" Date: Fri, 11 Oct 2013 15:09:56 +0200 Subject: [PATCH] No ticket: Correct typo in README section "rebasing". Close gh-1398. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5