git commit -am "コミットメッセージ"
新規追加はできないので git add を使う
git commit -m "コミットメッセージ"
git add ファイル
git add .
git commit --amend -m "コミットメッセージ"