# 기타 공부한 것들/git
please move or remove them before you merge, git 에러 해결
Hwiyong Jo
2020. 7. 17. 00:01
서로 바뀐 내용이 충돌되서 pull이 되지 않는 경우입니다.
해결 방법은 매우 간단합니다.
git add -A
git stash
git pull