我对 Git 很陌生,所以如果我使用了错误的术语,请原谅。我从主分支创建了一个开发分支,我想用它来测试修复/更新。然后我创建了一个名为主题的新分支,我想将其合并到开发中,但是我收到了这个错误消息,我不知道如何解决:
冲突(重命名/删除):重命名主题中的文件/imagefield_thumbs/advert-photos/favicon.png->sites/all/themes/custom/newtheme origional/images/quote_bottom.png 并在 HEAD CONFLICT 中删除(重命名/删除):重命名主题中的 files/imagefield_thumbs/advert-photos/favicon_0.png->sites/all/themes/custom/newtheme origional/images/quote_top.png 并在 HEAD 中删除
这个目录 files/imagefield_thumbs/advert-photos 在任何一个分支上都不存在,所以不确定为什么会被标记?
我也将 .gitignore 设置为忽略 files/*。
希望我的问题有意义。
史蒂夫