git reflog git으로 했던 모든 작업 내역들을 볼수 있는 명령어
git reset --hard
git reflog
git reset --hard HEAD~15
git reset --hard (커밋 해시)