GitHub
参考文献
- https://docs.github.com/ja/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
プルリクエストをローカルでチェックアウトする
git fetch origin pull/ID/head:BRANCHNAME git checkout BRANCHNAME
git fetch origin pull/ID/head:BRANCHNAME git checkout BRANCHNAME