commit syntax in git code example
Example 1: git commit
git commit -a -m "The Commit message"
Example 2: git commit
//now commit the code
git commit -m "anyMessageYouWantToWrite"
git commit -a -m "The Commit message"
//now commit the code
git commit -m "anyMessageYouWantToWrite"