From ca8a129abc0826109c83ac3c5864bd96b368f93c Mon Sep 17 00:00:00 2001 From: Soumendra Ganguly Date: Thu, 16 Jul 2020 21:03:15 -0500 Subject: [PATCH] fix typo: yourbranch -> yourgit --- Documentation/howto-pull-request.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/howto-pull-request.txt b/Documentation/howto-pull-request.txt index 7cae7228b..b3e53901a 100644 --- a/Documentation/howto-pull-request.txt +++ b/Documentation/howto-pull-request.txt @@ -43,7 +43,7 @@ is needed to stay up to date with upstream. git checkout master git branch textual # spent here most of the effort -git push yourbranch textual:textual +git push yourgit textual:textual 5. Do not worry if you used stupid-and-wrong branch name, it can be fixed before submission.