I'm really new to Git and I'm trying to update my branch to match the master branch since there have been changes I need to download to my branch so I'm on the current workplace. I tried doing git pull origin master --rebase
but it says
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.
I'm not sure exactly what to do and I don't want to accidentally remove files or wipe the whole repo.