1. Home
  2. Git
  3. Commit changes with message

Commits checked-in changes to the local working branch with a message in one command.

#git
git commit -m "Message describing committed changes."
copy
Full Git cheatsheet