git add . 취소 -> git reset HEAD [file]
git commit 취소 -> git reset HEAD^
commit 명령어 변경 -> git commit –amend
스테이싱 -> git stash
스테이싱 취소 -> git stasg pop
git add . 취소 -> git reset HEAD [file]
git commit 취소 -> git reset HEAD^
commit 명령어 변경 -> git commit –amend
스테이싱 -> git stash
스테이싱 취소 -> git stasg pop