git commit add description code example
Example 1: add description to commit git
git commit -m "Title" -m "Content"
Example 2: git commit with message
git commit -m <msg>
git commit -message=<msg>
git commit -m "Title" -m "Content"
git commit -m <msg>
git commit -message=<msg>