Today, I Learned...

by Justin Campbell

< All

Convert Github issues to pull-requests using hub and hub pull-request -i:

$ git status
# On branch fix-thing
$ git pull-request -i 1
https://github.com/justincampbell/my-repo/pull/1

via @ivey

January 16th, 2013