Backend/GIT

Pull is not possible because you have unmerged files / merge하지 않은 파일들이 있어서 pull을 할 수가 없습니다.

GreatSaiyaman 2022. 5. 9. 19:30

 

1. git merge를 한 후

2. conflict가 발생한 파일을 수정을 끝마친 후

3. commit 후

4. push

5. Pull is not possible because you have unmerged files 발생

 

위와 같은 상황을 겪으셨으면, cli에서 직접 commit 명령어를 기재해주시면 됩니다.

 

git commit -m "git merge 완료"

 

감사합니다.