GIT
commit, push 삭제
beagle developer
2019. 7. 15. 09:39
원하는 시점으로 리셋 -> git reset --hard ${commit}
원격브랜치로 강제 푸시 -> git push origin +${원하는 브랜치}