How do I enter an exclamation point into a Git commit message from the command line?
It is possible to escape the exclamation point with a backslash, but then the ba
No need to remember what quotes or escapes to use, instead
Ctr X E » will open your "external editor".… the command will be executed & any special characters will show up correctly in the Git commit message!
(NB many other uses: typing complex commands, adding line breaks in your commit message etc.)