Conflicts in binary files - git -
this question has answer here:
- resolving git conflict binary files 9 answers
i working on git
.i merging 1 binary file
gave me conflicts.
can please tell me why binary files conflicts. causes.is because of uncommitted changes on current branch or because of different versions of binary files?
if binary file changed in more 1 branch part of merge, git always create conflict since cannot apply merge strategies designed text files. because can't move binary chunks around without corrupting file. also, semantics of e.g. merging image file?
it's decide want do. might want keep 1 of versions, or perhaps, if it's image files, want "manually merge" them using graphics manipulation program. git can't here.
Comments
Post a Comment