取消 git merge 后 merge.renameLimit 警告加上冲突
我正试图从分支中努力 devel 在主人。
公平的。
然后我尝试取消合并并以更高的限制重复。
好吧,也许,也许,我会在他说的那样,刚刚再打电话给合并团队
关于 git, 你为什么喜欢这件事 git?
而且,有人知道如何摆脱这种情况 ?
</file>
stefanos-imac:trunk borini$ git merge --squash devel
CONFLICT /content/: Merge conflict in test1
warning: inexact rename detection was skipped due to too many files.
warning: you may want to set your merge.renamelimit variable to at least 2224 and retry the command.
Squash commit -- not updating HEAD
Automatic merge failed; fix conflicts and then commit the result.
公平的。
stefanos-imac:trunk borini$ git config merge.renameLimit 999999
然后我尝试取消合并并以更高的限制重复。
stefanos-imac:trunk borini$ git merge --abort
fatal: There is no merge to abort /MERGE_HEAD missing/.
好吧,也许,也许,我会在他说的那样,刚刚再打电话给合并团队
stefanos-imac:trunk borini$ git merge --squash devel
fatal: 'merge' is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use 'git add/rm <file>' as
appropriate to mark resolution and make a commit, or use 'git commit -a'.
关于 git, 你为什么喜欢这件事 git?
而且,有人知道如何摆脱这种情况 ?
</file>
没有找到相关结果
已邀请:
3 个回复
三叔
赞同来自:
?
小明明
赞同来自:
在这种情况下,有点旧的方式 /MERGE_HEAD 缺席的/:
在接受的反应中描述的旧式方法 /警告:抛出所有本地更改/:
所以,请注意
同样的
, 考虑到这一点
当下。 这可以在帮助下找到 git 为了队伍 merge.
在没有成功的合并后
, 可以使用不成功的合并
, 但不一定与
.
裸奔
赞同来自:
它也会取得一份工作。 比键入完整命令快一点 git reset.
Abort 也是工作。
和
.