From e56b3194e80a6a5233545e4e64fbd8c480506953 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Tue, 2 Feb 2016 10:21:07 -0500 Subject: [PATCH] Fixing small typo on doc --- docs/hacking-guide/en/maintainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hacking-guide/en/maintainers.md b/docs/hacking-guide/en/maintainers.md index 5bc99f8db8..ba9eeb95f6 100644 --- a/docs/hacking-guide/en/maintainers.md +++ b/docs/hacking-guide/en/maintainers.md @@ -89,7 +89,7 @@ Here are the basic commands to retrieve pull requests, merge, and push them to t $ git pull --rebase apache master 1. We actually recommend checking out master again, to make sure you wouldn't add any extra commits by accident: - $ git fetch upstream apache + $ git fetch apache $ git checkout apache/master -B master 1. Create a new merge commit from the pull-request. IMPORTANT: The commit message here should be something like: "This