gpt4 book ai didi

git - 强制 git mergetool 修改以前完成的 merge

转载 作者:太空狗 更新时间:2023-10-29 14:38:38 25 4
gpt4 key购买 nike

我在 git 中使用 DiffMerge 进行三向 merge 。我刚刚完成了一项强制 merge 工作,但意识到我遗漏了一些东西,想重新 merge 并使用相同的 3 向 GUI 功能。当我尝试时:

git mergetool my/path/file.ext

我得到了

No files need merging

我如何强制 mergetool 能够再次在 GUI 中进行 3 向 merge ,而不是将 Remote 保存在不同的名称下并找出增量?

最佳答案

您可以尝试将文件重置为 merge 前的状态,如“Git merging: Restart conflict resolution in a single file”中所述:

git checkout -m -- your/File

然后重新启动 git mergetool

假设您没有完成 merge 并进行提交。

关于git - 强制 git mergetool 修改以前完成的 merge ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22674434/

25 4 0
文章推荐: git - 推送到 webroot 之上的托管项目
文章推荐: html - jQuery 可以判断当前是否显示了