how to commit with message git code example
Example 1: add description to commit git
git commit -m "Title" -m "Content"
Example 2: git commit message
$ git commit -m"Fix typo in introduction to user guide"
Example 3: how to commit changes in git command
git commit -a