これでgitコマンドのエイリアスを作成
git config --global alias.pr-setup "config --add remote.upstream.fetch +refs/pull/*/head:refs/remotes/upstream/pr/*"
プロジェクト内で
git pr-setup
これでgitコマンドのエイリアスを作成
git config --global alias.pr-setup "config --add remote.upstream.fetch +refs/pull/*/head:refs/remotes/upstream/pr/*"
プロジェクト内で
git pr-setup