Well, I thought I knew how to do this... I did the sequence shown here, but am still stuck.
My sequence:
git reset --hard
git clean -fd
git pull
and I get error:
CONFLICT (content) Merge conflict in <file>
How do I get past this?
Deleting the local files before the process makes no difference.