Without github CLI:

```

git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*"

git checkout pr/

` ``

Reply to this note

Please Login to reply.

Discussion

Probably need to fetch/pull too before checking out the PR