I got a merge conflict:
CONFLICT (content): Merge conflict in css/styles.less
But when I run git mergetool
, the mergetool is able to automatically merge the files, without conflict. (My mergetool is Visual Studio.) Both versions of the file were changed, but all changes were on different lines, so I expected git to be able to merge the changes automatically (like the mergetool did).
Any ideas what's going on here?