Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用 应用补丁git am <my.patch,但失败了。
git am <my.patch
现在我在 Git Bash 中得到了这个:
sashoalm@SASHOALM-PC /c/Workspace/MyProject (master|AM 1/1)
我的提示曾经显示:
sashoalm@SASHOALM-PC /c/Workspace/MyProject (master)
那么不成功的补丁已经“遗留”了一些东西,我该如何完全取消它,并返回到旧的提示?
您可以中止该过程:
git am --abort