when i try to pull in my local directory, i got error like this.
$ git pull
error: Pulling is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
So, i solved this problem by use this command
git reset --hard HEAD
⭐ do you have other suggestions? Please write in below
hint (3): use git status