Commit files to the repository. More information: https://git-scm.com/docs/git-commit.
git commit -m {{message}}
git commit -a -m {{message}}
git commit --amend
git commit {{path/to/my/file1}} {{path/to/my/file2}}