git commit add and message code example
Example 1: git add commit in one command
git commit -am "message"
Example 2: add description to commit git
git commit -m "Title" -m "Content"
git commit -am "message"
git commit -m "Title" -m "Content"