Skip to content

Instantly share code, notes, and snippets.

@jdillick
Created January 8, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdillick/e95b3aecb8d6546d4a76 to your computer and use it in GitHub Desktop.
Save jdillick/e95b3aecb8d6546d4a76 to your computer and use it in GitHub Desktop.
Create local branch from Stash Pull-Request
[alias]
prstash = "!f() { git fetch $1 refs/pull-requests/$2/from:$3; } ; f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment