From: Soumendra Ganguly Date: Fri, 17 Jul 2020 02:03:15 +0000 (-0500) Subject: fix typo: yourbranch -> yourgit X-Git-Tag: v2.36~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca8a129abc0826109c83ac3c5864bd96b368f93c;p=thirdparty%2Futil-linux.git fix typo: yourbranch -> yourgit --- diff --git a/Documentation/howto-pull-request.txt b/Documentation/howto-pull-request.txt index 7cae7228bb..b3e53901a8 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.