"checkout pull request"
Helpful when you have a GitHub repository that is collaborative where the development workflow stipulates that branch sources for merge/pull requests must come from a fork, and you don't have access to that forked repository and/or its branches.
Will check out a copy of the pull request commit into a branch called pr-${PR_NUMBER}.
For pull request #69
git copr 69Because this the easier way.