Home > OS >  How to cancel the commit while the Source Control VSCode is waiting for the commit message?
How to cancel the commit while the Source Control VSCode is waiting for the commit message?

Time:01-03

I'm testing the VSCode's Source Control, and I recklessly hit the commit button; now it's waiting for me to enter the commit message: enter image description here

Is there a way to cancel and terminate the whole commit process in this situation?

CodePudding user response:

Just close the COMMIT_EDITMSG tab, should cancel the commit ;)

  • Related