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:
문제가 되는 파일을 삭제하거나 이동하라는 뜻
|
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 |