ฉันพยายามลบไฟล์ออกจากไดเร็กทอรีการทำงานของฉัน แต่หลังจากใช้คำสั่งต่อไปนี้
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")