commit
ローカルリポジトリ(DB)に現在のスナップショットを登録する
$ git commit
table:option
-m "<txt>"
コミットメッセージ
を<txt>として、コミットする
--amend
前回
の
コミット
を
やり直す
#Git_command