An open API service indexing awesome lists of open source software.

https://github.com/cerchie/gh-pr-checkout-tutorial

A tutorial for learning how to use `gh pr checkout`
https://github.com/cerchie/gh-pr-checkout-tutorial

Last synced: 3 months ago
JSON representation

A tutorial for learning how to use `gh pr checkout`

Awesome Lists containing this project

README

          

# gh-pr-checkout-tutorial
A tutorial for learning how to use `gh pr checkout`

Step 1. [Install the Github CLI](https://github.com/cli/cli#installation).

Step 2. `git clone https://github.com/Cerchie/gh-pr-checkout-tutorial.git`

Step 3. From the current working directory of this project, run ` gh auth login`, follow the authentication flow, then run `gh pr checkout 1`. This command checks out the branch that the first pull request on this repo is made from. Voila! You've got `gh pr checkout` in the bag. 👜