我有一个合并冲突与VS代码,我试图解决。我的当前屏幕似乎没有显示“接受当前更改”、“接受传入更改”等选项。

我希望UI是这样的:

任何帮助都是非常感谢的!
发布于 2022-09-18 09:56:28
我记得你,vs代码是一个文本编辑器,所以你可以采取和删除,改变你看到的一切,即使当你看到合并UI。
此时,请注意所选内容和删除其余内容,或者如果您都需要复制您在头部下面找到的内容,然后删除头部,然后继续使用git、提交、拉、推和您应该解决合并。
我提醒您删除注释(我将在合并注释上留下一些注释),否则会在代码中造成问题:
<<<<<<<< < Head : indicates the code in head already present in the repository
========== : indicates the beginning of the one with which you would replace the head
>>>>>>>>fd6.... : indicates the end of what to replace the head with https://stackoverflow.com/questions/73761377
复制相似问题