Skip to content

Instantly share code, notes, and snippets.

@tlindsay
Created February 4, 2020 19:07
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 tlindsay/a827bed2e9187557b0389055535869e1 to your computer and use it in GitHub Desktop.
Save tlindsay/a827bed2e9187557b0389055535869e1 to your computer and use it in GitHub Desktop.
Choose open PR from a list and checkout
hub pr list | fzf | awk '{print $1}' | sed 's/\#//' | xargs hub pr checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment