commit 이력 조회하기
git log --oneline
돌아가고 싶은 commit 이후의 commit 삭제하기
git reset --hard "해당commit"
github 원래대로 돌려놓기
git push -f origin master