Browse Source

Merge pull request #9 from twisterarmy/readme-update

fix push instruction
pull/32/head
D4708 3 years ago committed by GitHub
parent
commit
9bcf54f404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -51,7 +51,7 @@ and keep in mind that your pull requests should have **blaster** branch as both @@ -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.

Loading…
Cancel
Save