Last active
December 24, 2015 00:29
-
-
Save Osmose/6717196 to your computer and use it in GitHub Desktop.
Git alias for downloading pull requests.
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
| [alias] | |
| pr = "!f() { git fetch origin refs/pull/$1/head:pr/$1; } ; f" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment