$ git fetch origin pull/ID/head:BRANCHNAME
- IDはプルリクエストの#から始まる数字
- BRANCHNAMEはプルリクエストのブランチ名
プルリクエストをローカルでチェック アウトする
https://docs.github.com/ja/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally
$ git fetch origin pull/ID/head:BRANCHNAME
プルリクエストをローカルでチェック アウトする
https://docs.github.com/ja/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally