[git] git pull 에러 해결 방법

2022. 1. 7. 10:48형상관리/Git

https://goddaehee.tistory.com/253

 

[Git (6)] git pull 에러 해결방법 (Your local changes to the following files would be overwritten by merge )

[Git (6)] git pull 에러 해결 (Your local changes to the following files would be overwritten by merge ) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ git pull 충돌 에러 해결방법 ] 입니다. : ) 1...

goddaehee.tistory.com

 

https://steemit.com/develope/@snowsprout/git-git-pull-error-your-local-changes-to-the-following-files-would-be-overwritten-by-merge

 

[git] git pull 에러 발생시 ( error: Your local changes to the following files would be overwritten by merge ) — Steemit

간혹 여러 소스를 관리하다보면 아래와 같이 git pull 을 사용할때 에러가 발생할 수 있습니다. $ git pull origin master error: Your local changes to the following files would be overwritten by merge: course/course.php course/mo

steemit.com

 

 

https://swalloow.github.io/git-stash/

 

충돌을 해결하기 위한 git stash 명령어

git을 사용하다보면 여러 변경내역이 생기게 됩니다. 예를 들면 내 로컬에서 변경된 내역을 아직 commit을 하지 않은 상태로 pull을 하게 되면, 충돌이 발생하게 되어 초보자에게는 난감한 상황이

swalloow.github.io