1. Combine independent branch edits
DeveloperBackground
A developer has a shared four-line base text. Branch A changes the second line, while Branch B changes the fourth line.
Problem
Merge both edits without treating changes in separate areas as conflicts.
How to use
Enter the shared text as Base / ancestor, place each branch in its respective field, and select Three-way merge with line granularity.
mode: threeway; granularity: line; ignoreCase: false; ignoreWs: falseOutcome
The two non-overlapping changes are combined into one result with zero conflicts.