【问题标题】:How to cancel a multiline commit in git bash while typing [closed]键入时如何在git bash中取消多行提交[关闭] 【发布时间】:2020-04-11 07:07:02 【问题描述】: 我开始输入 git bash $ git commit -m 'message > > 当我意识到我还没有准备好提交时。我现在如何取消此指令? 【问题讨论】: 这能回答你的问题吗? How do I clear/delete the current line in terminal? 标签: git 【解决方案1】: 您可以键入 Ctrl+C 来中断进程 【讨论】: