git commit -- hoge.txt hoge2.txt
git add
$git reset HEAD .
git commit
$git reset --soft HEAD^
$git checkout [コミット番号] [ファイルパス]