git commit

Commit files to the repository. More information: https://git-scm.com/docs/git-commit.

git commit --message "{{message}}"

git commit --file {{path/to/commit_message_file}}

git commit --all --message "{{message}}"

git commit --gpg-sign {{key_id}} --message "{{message}}"

git commit --amend

git commit {{path/to/file1 path/to/file2 ...}}

git commit --message "{{message}}" --allow-empty