$ git commit -m"Fix typo in introduction to user guide"
git commit -m"message"
git commit -m "Write your message here"
# correcting a git commit message git commit --amend
git commit -m <msg> git commit -message=<msg>