To commit all changed files with a message $ git commit -a -m "The Commit message" To commit selected files with a commit message $ git commit -m "The Commit message" To check status $ git status