I am trying to merge two branches from two features of my project(master into branch XXX). But instead of throwing merge conflicts, git is removing some content(and even some files) because they don't exists in master.
Is that correct? I wasn't expecting to have this thing happen. I was prepared to fix the conflicts, not to have them deleted.