how to create a commit message git code example
Example 1: git commit message
$ git commit -m"Fix typo in introduction to user guide"
Example 2: how to commit changes in git command
git commit -a
$ git commit -m"Fix typo in introduction to user guide"
git commit -a