how to write commit messages code example
Example 1: git commit message
$ git commit -m"Fix typo in introduction to user guide"
Example 2: git commit message
git commit -m"message"
$ git commit -m"Fix typo in introduction to user guide"
git commit -m"message"