I have asked Git to perform a commit from within git bash, It has brought up VI as it always does.
I now wish to cancel the commit, how do I prevent proceeding with the commit from this point?
|
I have asked Git to perform a commit from within git bash, It has brought up VI as it always does. I now wish to cancel the commit, how do I prevent proceeding with the commit from this point? |
|||
|
|
|
Use If you’ve already saved, just delete the entire log message and save again. Git will not process an empty (no text) commit. In vim, you can also use |
|||||||||
|