Skip to content

Instantly share code, notes, and snippets.

@maxcnunes
Last active December 25, 2017 12:26
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 maxcnunes/4ae5974dfdc83302275afeb88d6ecdb9 to your computer and use it in GitHub Desktop.
Save maxcnunes/4ae5974dfdc83302275afeb88d6ecdb9 to your computer and use it in GitHub Desktop.
Simple script to pull Git PRs
pull_pr() {
pr_num=$1
git fetch origin refs/pull/$pr_num/head:pr/$pr_num
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment