Open1

Forkされたリポジトリから来たPRをレビューする

orangekame3orangekame3

リモート先にForkされたリポジトリを付与

git remote add [Forked_User] https://github.com/[Forked_User]/[Your_Repo].git

fetch

git fetch [Forked_User]

local確認用のブランチを切る

git checkout -b [Local_Branch_Name] [Forked_User]/[PR_Branch_Name]

以上