git commit -m "message"
git commit -m "msg"
git commit -m "Write your message here"
git commit -m "Your Messege Here"
// ready the changes for commit
git add .
// commit your changes with a message
git commit -m "Your message to refernce your commit"