This command could save you from depression
```
$ gh pr checkout
```
This command could save you from depression
```
$ gh pr checkout
```
Hahaha
Just few days ago I found out a plain solution without the gh client:
`git fetch origin pull/
Without github CLI:
```
git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"
git checkout pr/
` ``
Probably need to fetch/pull too before checking out the PR
What is a
Yip. I even just used it to merge a PR that was made to the main repo of the Primal web app to my fork of Primal.
it didn’t work.