对 git 来说很新,有一点问题,我不知道如何解决。我错误地更改了工作副本中的一个文件并且没有提交更改。然后,我对另一个副本进行了更改并提交了它们——当我尝试拉取更改时,不出所料地收到一个错误,说我的“对文件的本地更改将被合并、中止覆盖”。所以我使用 git rm 删除了有问题的文件,然后使用 git add -u 并提交了删除。然后我试图拉入最新的副本并得到以下内容。处理这个问题的最佳方法是什么?感谢任何指示
CONFLICT (delete/modify): wp-content/plugins/wp-flash-countdown/xml_option_.xml deleted in HEAD and modified in ba878ab1efe3a039961a446c490d5c93a2bc22e1. Version ba878ab1efe3a039961a446c490d5c93a2bc22e1 of wp-content/plugins/wp-flash-countdown/xml_option_.xml left in tree.
Automatic merge failed; fix conflicts and then commit the result.