Promptles
Git & Collaboration

Merge Conflict

intermediate

Definition

When two branches try to combine, but they both changed the same lines in the same file in different ways. The system can't pick a winner on its own, so it pauses and asks a human to look at the disagreement and decide which version (or which mix of the two) should stay.

In the wild

Two designers both edited the homepage headline at the same time on different branches. When the team tries to merge their work, the system shouts: 'I have two different versions of this headline: which one is correct?' A person opens the file and picks the final wording.

More from Git & Collaboration