Created
June 3, 2015 23:23
-
-
Save tbenade/8930be41b932af4e99c0 to your computer and use it in GitHub Desktop.
Reminder on Pull Request workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 Fork it | |
2 Create your feature branch (git checkout -b my-new-feature) | |
3 Commit your changes (git commit -am 'Added some feature') | |
4 Push to the branch (git push origin my-new-feature) | |
5 Create new Pull Request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment