git command line commit message code example
Example 1: git commit
git commit -a -m "The Commit message"
Example 2: git commit message
$ git commit -m"Fix typo in introduction to user guide"
Example 3: git commit message
git commit -m"message"