Without github CLI: ``` git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*" git checkout pr/<PR_number> ` ``
Probably need to fetch/pull too before checking out the PR