Created
November 2, 2012 09:11
-
-
Save trustin/3999645 to your computer and use it in GitHub Desktop.
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
$ git config alias.merge-pullreq '!git-merge-pullreq' | |
$ git merge-pullreq 1234 | |
Fetching the pull request 1234 from netty/netty .. | |
Running: git am /tmp/pullreq.XXXXXXXX | |
Applying: ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment