I'm having a problem with git where it won't let me push or pull because of 'unmerged changes'.
I tried to git rm
the local files that have a conflict thinking I could just pull the remote ones and redo the changes but that made things worse.
I'm getting:
CONFLICT (modify/delete): xxx deleted in HEAD and modified in 03907b23b68fb8337d12d784b4415c. Version 03907b23b68d3f94f87 of xxx left in tree.
Automatic merge failed; fix conflicts and then commit the result.
How do I fix this and avoid it in the future?