Sometimes I feel like expressing some expressiveness in git commit messages. Unfortunately, bash does not seem to like it.
iblue@silence ~/git/wargames $ git commit -m "Frustrating <insert object of frustration here>!" -bash: !": event not found
Backslash escaping helps, but it includes a backslash in the commit message.
How to avoid the correct exclamation mark in bash?
source share