gitで任意のブランチの状態をそのまま別のブランチにmergeする 投稿日時: 2012 年 3 月 9 日 投稿者: admin git checkout better git merge --strategy=ours other git checkout other git merge better 参考 Change the current branch to master in git