Created
June 5, 2013 09:28
-
-
Save dresende/5712732 to your computer and use it in GitHub Desktop.
Fetch a single github 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
# fetch pull request N to (new) localbranch | |
git fetch origin pull/N/head:localbranch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment