Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 290 Bytes

resolve_conflicts_involving_binary_files.md

File metadata and controls

12 lines (8 loc) · 290 Bytes

Resolve conflicts in binary files

Sometimes you get caught in the dilemma of a conflict in a binary file.

$ git checkout --ours <binaryfile>
$ git checkout --theirs <binaryfile>

References