Git 合並時 submodule 沖突問題解決方法 假如當前在 branchA,在執行 git merge branchB 時,可能會遇到子倉庫文件沖突 可以嘗試一下命令: 其中 <commit-hash> 改為 b ...