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
Please Login to reply.
No replies yet.