0
0

More than 1 year has passed since last update.

Forkしたリポジトリから来たPRをローカルに取り込む方法

Last updated at Posted at 2021-12-20

コマンドは

git fetch origin pull/PR番号/head:好きなブランチ名A

例えば#1のPullRequestをローカルに取り込みたい場合
ローカルPCで

git fetch origin pull/1/head:好きなブランチ名A
git checkout A

ref: GitHubの該当ドキュメント

ただのgit fetchでPRのブランチも取れると思っていたら、違ったので調べました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0