module
分支下有master
文件夹的存储库。branch
创建了一个新的分支master
,然后切换到它。module
文件夹及其内容和已提交的更改。module
中添加了一个子模块,内容几乎相同,并提交了更改。git checkout master
,并获得了error: The following untracked working tree files would be overwritten by checkout
module
文件夹内容列表。如何避免这种情况?
答案 0 :(得分:0)
嗯,很容易。我应该完全按照错误告诉我 - 删除冲突文件夹:)
rm -R module
git checkout master