Skip to content

Instantly share code, notes, and snippets.

@alebianco
Created March 13, 2014 14:35
Show Gist options
  • Save alebianco/9529658 to your computer and use it in GitHub Desktop.
Save alebianco/9529658 to your computer and use it in GitHub Desktop.
pullify
git config --add remote.origin.fetch '+refs/pull/*/head:refs/remotes/origin/pr/*'
git fetch
git checkout pr/999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment