git 강제 pull1 [Git] 강제 pull 하기 Git 강제 pull 1) remote repository에서 최신 commit 정보 가져와 2) head를 옮긴 후 3)받아오기 1. remote repository에서 최신 commit 정보 가져오기 git fetch --all 2. head를 해당 repository branch의 최신 commit을 가리키게 하기 git reset --hard origin/ git reset --hard origin/master 3. local에 commit 을 병합 git pull 참고 : https://frontdev.tistory.com/entry/GIT-Conflict%EC%B6%A9%EB%8F%8C-%EB%82%AC%EC%9D%84-%EB%95%8C-%EA%B0%95%EC%A0%9C%EB%A1%9C-P.. 2023. 11. 2. 이전 1 다음