I was very glad that I fixed this stupid error in my rails code, and I happily typed the following in the terminal:
git add .
git commit -am "Finally fixed that difficult bug!"
Just to find out that git doesn't like "!". Does anyone know how I can get it in the transaction message?
source
share