From 482462657e3a26dade217101193a1456d63af4ca Mon Sep 17 00:00:00 2001 From: D4708 Date: Fri, 23 Apr 2021 03:45:49 +0300 Subject: [PATCH] fix push instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff4ef1..0caab92 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ and keep in mind that your pull requests should have **blaster** branch as both 5. Commit and push: - git commit -m "fix of #12345: bad foobarizer" && git push + git commit -m "fix of #12345: bad foobarizer" && git push --set-upstream origin my-awesome-fix 6. Now open a pull request from branch 'YOURNICKNAME:my-awesome-fix' to 'miguelfreitas:blaster' on GitHub.