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