Created
August 29, 2013 18:16
-
-
Save Osmose/6381509 to your computer and use it in GitHub Desktop.
git pr 555 # Pull PR #555 down from github as a branch named pr/555
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