[git] push한 commit 삭제

박이레·2022년 8월 17일
0

git

목록 보기
5/5
post-thumbnail
post-custom-banner

 살다 보면 실수를 하게 된다. commit message도 고심 끝에 작성했는데, 실수로 오타가 들어가는 경우가 있다. 그럴 경우 아래 방법을 사용한다.



삭제할 commit 확인

git log

마지막 push한 commit 지우기

git reset HEAD^

삭제한 내용 서버에 push

git push -f origin 브랜치명

EOD.

profile
혜화동 사는 Architect

0개의 댓글