Skip to content

Instantly share code, notes, and snippets.

@tbenade
Created June 3, 2015 23:23
Show Gist options
  • Save tbenade/8930be41b932af4e99c0 to your computer and use it in GitHub Desktop.
Save tbenade/8930be41b932af4e99c0 to your computer and use it in GitHub Desktop.
Reminder on Pull Request workflow
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