Skip to content

How to resolve a binary file conflict with Git

Fri Mar 05 2010

http://www.lostechies.com/blogs/joshuaflanagan/archive/2010/01/28/how-to-resolve-a-binary-file-conflict-with-git.aspx

Thank you for that!

Although the message at the end of git status says use git checkout -- <file>, that's not it.

"If you prefer to resolve the conflict using their copy, you need to get the version of the file from the branch you were trying to merge in:

git checkout otherbranch somefile.dll"

sweet.

💾 May the source be with you. v3.2.419