Git Commit
git commit -a -m "The Commit message"
#commit all changed files with a message
git commit -m "The Commit message"
#commit selected files with a commit message
Michael Futral