ディレクトリ Dir1 と Dir2 を持つリポジトリがあり、branchA にいるとします。
Dir1 のコンテンツを保持したまま、Dir2 のコンテンツを削除してマスター ブランチの Dir2 に置き換えたいとします。
これがそれほど単純であるとは思いませんが、理想的には:
cd Dir2
git [magic that replaces current dir with the contents of master branch]
ディレクトリ Dir1 と Dir2 を持つリポジトリがあり、branchA にいるとします。
Dir1 のコンテンツを保持したまま、Dir2 のコンテンツを削除してマスター ブランチの Dir2 に置き換えたいとします。
これがそれほど単純であるとは思いませんが、理想的には:
cd Dir2
git [magic that replaces current dir with the contents of master branch]