correct git commit message code example
Example 1: git commit message
$ git commit -m"Fix typo in introduction to user guide"
Example 2: correct git commit message
# correcting a git commit message
git commit --amend
Example 3: git commit with message
git commit -m <msg>
git commit -message=<msg>