making a git commit code example
Example 1: git commit
//now commit the code
git commit -m "anyMessageYouWantToWrite"
Example 2: how to commit changes in git command
git commit -a
//now commit the code
git commit -m "anyMessageYouWantToWrite"
git commit -a