リポジトリにファイルをコミットします。 詳しくはこちら: https://git-scm.com/docs/git-commit
git commit --message "{{メッセージ}}"
git commit --file {{コミットメッセージが書かれたファイルへのパス}}
git commit --all --message "{{メッセージ}}"
git commit --amend
git commit {{ファイルパス1}} {{ファイルパス2}}
git commit --message "{{メッセージ}}" --allow-empty