リポジトリにファイルをコミットします。 詳しくはこちら: https://git-scm.com/docs/git-commit
git commit -m "{{メッセージ}}"
git commit --file {{コミットメッセージが書かれたファイルへのパス}}
git commit -a -m "{{メッセージ}}"
~/.gitconfig
に設定したGPG鍵で署名する:git commit -S -m "{{メッセージ}}"
git commit --amend
git commit {{ファイルパス1}} {{ファイルパス2}}
git commit -m "{{メッセージ}}" --allow-empty