I can see how to clone a pull request, but the answers rely on there being a specific branch made for the PR.
How do we clone a PR for which no branch was explicitly created; that is, a pull request that was created via the following workflow:
- Fork original
- Make changes, commit
- Make pull request to original
(no explicit branching)