how to commit message with $ code example
Example 1: add description to commit git
git commit -m "Title" -m "Content"
Example 2: git commit message
git commit -m"message"
git commit -m "Title" -m "Content"
git commit -m"message"