Skip to content

Instantly share code, notes, and snippets.

@swnim
Last active September 9, 2021 09:21
Show Gist options
  • Save swnim/206b79ac07ea0ef301726d5c70f1413f to your computer and use it in GitHub Desktop.
Save swnim/206b79ac07ea0ef301726d5c70f1413f to your computer and use it in GitHub Desktop.
Checkout Github PR to local repository
## Install Github CLI
brew install gh

## Login Github
gh auth login

## Checkout Github PR
gh pr checkout  126  # pr no.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment