I have my main branch 'master' and two derived branches 'branch-a' and 'branch-b'. when i try to merge 'branch-a' in 'branch-b' github desktop checks:
and shows that there will be two conflicting files, these could be code files or dll or images, i don't know:
and when i click 'merge' it shows that files have been merged automatically.
i want to know which files were conflicting?
i have multiple features in my software, and i cannot test whole application to find which module is corrupted by this merge. maybe git have taken 'branch-a' code/dll/image and discarded 'branch-b' code/dll/image? i don't know. i just want the names of files which were conflicting. mostly it happens with dll/Libraries.