Git for Windows.
I am learning Git. My project has some projectname.hmxz file instead of the simple text files. This file is a zip-archive (with the changed extension). It is a special file of project used by Help&Manual program. Can I use Git for such projects? It disturbs me, because each branch will have modified version of the projectname.hmxz file, which is not a usual text file. How Git will merge such branches with a single projectname.hmxz file? I think the same problem will be with MS Office documents: xls, doc, etc (because it is not a plain text also).
I haven't problems with usual text files, but what about such cases?