Git merge diff3 style need explanation
What you’re seeing in this example (with Temporary merge branch markers) is the result of diff3 with a criss-cross merge conflict. I’ll explain this with a sequence of definitions. Definitions merge base: The commit where the two merging branches most recently diverged from. When a merge conflict occurs, different changes were made to the same lines … Read more