-
[git error] Your local changes to the following files would be overwritten by mergeComputer Science/Git 2018. 8. 20. 15:03반응형
[git error] Your local changes to the following files would be overwritten by merge
git 에서 pull 을 할 때 종종 위와 같은 에러가 발생할 때가 있다.
이 경우에는 "Please commit your changes or stash them before your merge"라고 메시지가 출력되는데
원격 저장소의 내용으로 덮어 씌워져도 괜찮다면
git stash
git pull
을 사용하면 해결된다.
[git stash]
[git pull]
[참고 링크]
https://git-scm.com/book/ko/v2/Git-%EB%8F%84%EA%B5%AC-Stashing%EA%B3%BC-Cleaning
http://vezi95.blogspot.com/2016/05/git-pull.html
반응형'Computer Science > Git' 카테고리의 다른 글
[Git] git config 설정 (0) 2019.05.29 [Git] Git 되돌리기 Reset & Revert (0) 2019.05.16 Synchronize the git fork repository to the latest version (0) 2018.08.20 git command (0) 2018.08.20 Git Error - Another git process seems to be running in this repository (0) 2018.04.23