TIL

[git] Please move or remove them before you can merge

rachel_13 2022. 7. 20. 15:15

git add 옵션 중

git add -A

git stash

git pull

참고 :  https://koonsland.tistory.com/96

 

[Git] git 에 파일 추가하는 방법 git add

지난 포스팅에서는 내 프로젝트 디렉토리를 git에 추가해서 초기화작업을 해주거나 현재 작업된 내역을 삭제하는 방법을 알아보았습니다. 2021.03.20 - [쿤즈 DevTool/Git] - [Git] git 버전, 환경설정, 초

koonsland.tistory.com

https://eocoding.tistory.com/64

 

git pull 에러 해결 : please move or remove them before you merge

error : The following untracked working tree files would be overwritten by merge: Please move or remove them before you merge 문제가 되는 파일을 이동하거나 지우라는 의미. git pull하면서 충돌이 난..

eocoding.tistory.com

 

'TIL' 카테고리의 다른 글

macOS - sleep 기능 방지하기  (0) 2022.07.26
[터미널/Terminal] iTerm2 개인 개발 서버 등록하기(작성중)  (0) 2022.07.22
React 용어 정리  (0) 2022.07.18
state, props, event  (0) 2022.07.18
HTTP  (0) 2022.07.18