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
[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
'형상관리 > Git' 카테고리의 다른 글
[ GIT ] conflict 시 해결하는 방법 (0) | 2022.01.07 |
---|---|
[Git] pull, push 시 username, password 생략하기 (git-credential-cache) (0) | 2021.09.23 |
[Git] remote: HTTP Basic: Access denied 해결법 (0) | 2021.09.23 |
Github에서 협업하는 방법 (0) | 2021.07.26 |