From c733b4819a64d9f550418dea84103bf37f842db5 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. (cherry picked from commit 943dc6cf834a57b5bffe99314add0a4d397201ce) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf20e8d11..8bbcef3d1 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.39.5