내 작업 디렉토리에서 파일을 제거하려고하지만 다음 명령을 사용한 후
git checkout file_Name.txt
다음과 같은 오류 메시지가 나타납니다.
error: path 'first_Name.txt' is unmerged
그것은 무엇이며 어떻게 해결합니까?
다음은 내 자식 상태입니다.
$ git status
On branch master
You are currently reverting commit f200bf5.
(fix conflicts and run "git revert --continue")
(use "git revert --abort" to cancel the revert operation)
Unmerged paths:
(use "git reset HEAD <file>..." to unstage)
(use "git add <file>..." to mark resolution)
both modified: first_file.txt
Untracked files:
(use "git add <file>..." to include in what will be committed)
explore_california/
no changes added to commit (use "git add" and/or "git commit -a")