]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fix typo: yourbranch -> yourgit
authorSoumendra Ganguly <soumendraganguly@gmail.com>
Fri, 17 Jul 2020 02:03:15 +0000 (21:03 -0500)
committerSoumendra Ganguly <soumendraganguly@gmail.com>
Fri, 17 Jul 2020 02:03:15 +0000 (21:03 -0500)
Documentation/howto-pull-request.txt

index 7cae7228bb12e6f5048b66fa84bf1219734a08dd..b3e53901a8b3d831c54c552a62393ec1722928b9 100644 (file)
@@ -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.