Git (1) 썸네일형 리스트형 [git] git pull 에러발생시 git status를 통한 에러메시지 확인 error: Your local changes to the following files would be overwritten by merge C:\django-academy>git pull error: Your local changes to the following files would be overwritten by merge: templates/navbar.html Please commit your changes or stash them before you merge. Aborting Updating e251ccd..46999e1 git pull 명령어를 입력하였을 때 위와 같은 에러가 발생한다면 git status로 파일 상태를 확인한다. C:\django-academy>git status On b.. 이전 1 다음