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
号
然后检查您的历史记录:
- 如果没有,可以再次尝试应用修补程序。
- 如果有,它的内容不符合您的喜好,您可以扔掉它,然后重试您的补丁。