Skip to content

Instantly share code, notes, and snippets.

@jcvenegas
Created February 6, 2020 16:24
Show Gist options
  • Save jcvenegas/6ccee82a0a8b020fa4b42ab7e2364a3b to your computer and use it in GitHub Desktop.
Save jcvenegas/6ccee82a0a8b020fa4b42ab7e2364a3b to your computer and use it in GitHub Desktop.
Github tricks

Checkout to a PR

PR_NUMBER=
git fetch origin pull/${PR_NUMBER}/head:TARGET
git checkout TARGET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment