in reply to Tool for diff'ing/analyzing two branches of same Perl code?
You look at the huge pile of merge conflicts and pick a common pattern of changes. Then you apply those changes to the branch where they weren't already applied. Then you look at the new, smaller pile of merge conflicts and pick another set of changes. Repeat until resolving the merge conflict is reasonable.
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Tool for diff'ing/anaylyzing two branches of same Perl code? (vimdiff)
by tye (Sage) on Nov 18, 2015 at 19:22 UTC | |
by jeffa (Bishop) on Nov 18, 2015 at 19:49 UTC | |
by Anonymous Monk on Nov 19, 2015 at 00:01 UTC | |
by LanX (Saint) on Nov 30, 2015 at 12:41 UTC |