how to git commit with message command line code example
Example 1: git commit
git commit -a -m "The Commit message"
Example 2: git commit with message
git commit -m <msg>
git commit -message=<msg>
git commit -a -m "The Commit message"
git commit -m <msg>
git commit -message=<msg>