관리 메뉴

프로그래밍 삽질 중

ubuntu git 관련 오류 본문

과거 프로그래밍 자료들/프로젝트

ubuntu git 관련 오류

평부 2022. 9. 8. 10:50

* git pull 오류 해결

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 파일 삭제/추가 시 충돌 해결

( fit them up in the work tree, and then use 'git add/rm <file>')

https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=fltltmxjs&logNo=220361338155 

 

git에서 파일 삭제/추가 시 충돌 해결하기

본인의 경우에는 kafka 란 폴더를 Kafka로 변경하느라 기존 폴더를 삭제하고 새로운 폴더로 모든 파일을 ...

blog.naver.com