git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks pull --no-commit origin dev
From https://github.com/citygray/groupStudy
 * branch            dev        -> FETCH_HEAD
error: The following untracked working tree files would be overwritten by merge:

 

 

 

https://sangnam2.tistory.com/entry/git-pull-%EC%97%90%EB%9F%AC-error-The-following-untracked-working-tree-files-would-be-overwritten-by-mergePlease-move-or-remove-them-before-you-merge

 

git pull 에러 (error : The following untracked working tree files would be overwritten by merge:Please move or remove them be

error : The following untracked working tree files would be overwritten by merge:Please move or remove them before you merge 문제가 되는 파일을 이동하거나 지우라는 뜻 이다. git add -A git stash git pull 해당 명령어를 입력하면

sangnam2.tistory.com

 

문제가 되는 파일을 삭제하거나 이동하라는 뜻

 
git add -A
 
git stash
 
git pull

'개인 공부 or 오류' 카테고리의 다른 글

모달창 구현 연습  (0) 2023.08.19
회원가입창  (0) 2023.08.03
복습, parameterMap, parameterType, resultMap, resultType  (0) 2023.08.02
MyBatis 연습  (0) 2023.08.01

+ Recent posts