git commit message guidelines code example
Example 1: git commit message
$ git commit -m"Fix typo in introduction to user guide"
Example 2: git commit with message
git commit -m <msg>
git commit -message=<msg>
$ git commit -m"Fix typo in introduction to user guide"
git commit -m <msg>
git commit -message=<msg>