Programming/Error

Error :: Pull is not possible because you have unmerged files

코딩왕(진) 2023. 4. 16. 23:59

1   에러 상황

언어 : Python

상황 : git pull origin master를 했더니 발생함

 

2   Error Message

Pull is not possible because you have unmerged files

 

3   해결 방법

git status

♬ 상태를 보여주는 명령어
git commit -am '커밋메시지'