Skip to content

Instantly share code, notes, and snippets.

@zilongshanren
Created March 26, 2014 06:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zilongshanren/9777639 to your computer and use it in GitHub Desktop.
Save zilongshanren/9777639 to your computer and use it in GitHub Desktop.
使用命令行发pull request
http://hub.github.com/
# while on a topic branch called "feature":
$ git pull-request
[ opens text editor to edit title & body for the request ]
[ opened pull request on GitHub for "YOUR_USER:feature" ]
# explicit title, pull base & head:
$ git pull-request -m "Implemented feature X" -b defunkt:master -h mislav:feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment