https://ninano1109.tistory.com/3
로그확인
git log --oneline
돌아갈 커밋번호 입력
git reset --hard "8977c53"
적용할 브랜치 강제 넣기
git push -f origin master
https://ninano1109.tistory.com/3
로그확인
git log --oneline
돌아갈 커밋번호 입력
git reset --hard "8977c53"
적용할 브랜치 강제 넣기
git push -f origin master