git commit --amend : 파일을 빼먹거나 커밋을 수정해야 할 때 이 옵션을 사용
git add . 를 실행해버렸을 시
git status 하고 stage 된 상태의 파일을
git reset HEAD file 로unstage 하자