Possible Duplicate:
How do I enter an exclamation point into a git commit message from the command line?
I'm new to git, and I did this command:
git commit -m "First Commit!"
this throws an error like this:
bash: !": event not found
why this error happening? Is that in Git I shouldn't use ! symbols in commit?
Are there other symbols which I shouldn't use or should escape with any escape sequence?
Thanks in advance.