fix typo: yourbranch -> yourgit

This commit is contained in:
Soumendra Ganguly 2020-07-16 21:03:15 -05:00
parent ff84ba8b03
commit ca8a129abc
1 changed files with 1 additions and 1 deletions

View 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.