关于补丁:面对git auto merge abort中的问题

Facing issue in git auto merge abort

我使用下面的命令使用"git am--continue"命令应用补丁。执行失败。我试图用下面的命令中止这个过程。

git am --abort

但我的错误是:

Resolve operation not in progress, we are not resuming.

请建议如何解决此问题。


it shows 'nothing to commit working directory clean

然后检查您的历史记录:git log,查看在git am过程中创建的新提交。

  • 如果没有,可以再次尝试应用修补程序。
  • 如果有,它的内容不符合您的喜好,您可以扔掉它,然后重试您的补丁。