ショコラ
Git 別ブランチからファイルをコピーするには?
「git checkout {別ブランチ名} {ファイル名}」を実行する。
もっさん先輩
git checkout {別ブランチ名} {ファイル名}例
git checkout branchZ index.php
Git 別ブランチからファイルをコピーするには?
「git checkout {別ブランチ名} {ファイル名}」を実行する。
git checkout {別ブランチ名} {ファイル名}git checkout branchZ index.php