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