Created
March 26, 2014 06:08
-
-
Save zilongshanren/9777639 to your computer and use it in GitHub Desktop.
使用命令行发pull request
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
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