In a new branch I've created a new file (File A) and have written some code on it.
Merging to the development branch I get a merge conflict in an old file, File B. Running git diff
against it I see that File B is overwritten by the same changes I have done on File A.
Would anyone know why this is and how I could fix it?
Note that I have not worked on File B on this new branch and that File A seems to be deleted by the merge.