작업 흐름 : 로컬에서 이전으로 리셋후, 원격에 강제로 push한다.
//-------------------------------------
github remote server pushed commit how to cancel
> git reset --hard <previous label or sha1>
> git commit -am "blabla"
> git push -f <remote-name> <branch-name>
//-------------------------------------
// 참고
How can I undo pushed commits using git?
https://stackoverflow.com/questions/22682870/how-can-i-undo-pushed-commits-using-git
반응형
'Code' 카테고리의 다른 글
nginx 성능 설정 (0) | 2023.12.29 |
---|---|
함수 - parameter, argument 용어 구분 (0) | 2023.11.24 |
닷넷(.NET) 기술 정리 (0) | 2023.11.03 |
포크(fork, git client) 프로그램 checkout 에러 해결방법 (0) | 2023.09.11 |
windows git bash 한글 유니코드 utf8로 설정하는 방법 (0) | 2023.07.27 |