git reset HEAD git reset HEAD^ ^의 개수에 따라 취소될 commit 수가 달라진다
git reset HEAD
git reset HEAD^
git reset --merge ORIG_HEAD
git reset --hard ORIG_HEAD