I've a fix35 branch from master contains 20 .dll files. What I did was replacing several of them with the same name .dll files to fix a bug. Then what I wanted was merging fix35 into master. In other words, now I want master exactly the same as fix35.
But git told me 4 .dll files got conflicts, and I got to resolve them manually. For dlls, it looks like I can't manually edit them.
May you point me a right direction?