0
When trying to perform a git merge on Windows in a file that has been modified on the same line, the message is displayed:
warning: Cannot merge binary files: g.txt (HEAD vs. feature3)
Auto-merging g.txt
CONFLICT (content): Merge conflict in g.txt
Automatic merge failed; fix conflicts and then commit the result.
But when opening the file where the warning occurs, it is not marked with "<<<< HEAD...".
How to get marked this way "<<<< HEAD..." the line in which there was the conflict?
Is it a binary file? Git won’t merge.
– egomesbrandao
It is a text file, but it could be a file with no extension, the issue is that in linux works normally, in windows that does not appear with the markup at the location of the error, my question is why does not appear this markup.
– gustavo
I’ve never had a problem like this, if it’s configurable, I’ve never had to set up!
– egomesbrandao