commit message log code example
Example 1: git log one line
git log --oneline
Example 2: git commit message
$ git commit -m"Fix typo in introduction to user guide"
git log --oneline
$ git commit -m"Fix typo in introduction to user guide"