,

github の pull request の内容をローカルに持ってくる

git fetch remote リポジトリ名 pull/PR 番号/head:ローカル branch 名

$ git fetch upstream pull/100/head:pr-100