I have a very hard to merge master changes to my feature branch. I just tried to merge master changes to my feature branch to test the code. I know there are files that have conflicts but I don't think I did it correctly.
I tried to run git pull
and got the following error. When I run git checkout mybranch
and says needs merge. error: you need to resolve your current index first
Could you please guide me the correct approach? Thx
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.