Skip to content

Instantly share code, notes, and snippets.

@dresende
Created June 5, 2013 09:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dresende/5712732 to your computer and use it in GitHub Desktop.
Save dresende/5712732 to your computer and use it in GitHub Desktop.
Fetch a single github pull request
# 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