Abort Git Commit from Vim
To abort a git commit from Vim or other terminal-based editor just make the editor exit with an error code.
Exit vim with error code:
:cq
Was this useful to you?
Yes
No
Tags:
To abort a git commit from Vim or other terminal-based editor just make the editor exit with an error code.
Exit vim with error code:
:cq