commit body commandline 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"
git commit -m "Title" -m "Content"
$ git commit -m"Fix typo in introduction to user guide"