git commit --amend 명령으로 커밋 내용을 변경할 수 있다. git commit --amend -C HEAD는 커밋 내용은 변경하지 않고 커밋 해시 ID만 변경한다
git commit --amend
git commit --amend -C HEAD