A Git helper tool that breaks large merges into parallelizable tasks
by schusterfredl on 4/13/2026, 7:12:45 AM
https://github.com/mwallner/mergetopus
Comments
by: redoh
We had a massive merge at work last year where two teams diverged for months on a shared codebase. It took three people a full week to resolve everything, and the worst part was stepping on each other's conflict resolutions. Splitting the merge into independent slices that people can work on in parallel would have saved us a lot of pain. The integration branch approach where non-conflicting changes land automatically is a nice touch too.
4/17/2026, 9:50:08 AM
by: schusterfredl
mergetopus is a tool that helps teams follow a structured workflow for very large merges by splitting one risky merge into parallelizable tasks:<p>* one integration branch for trivial/non-conflicting merge results * optional slice branches for selected conflicted files * original annotate/blame information is retained
4/13/2026, 7:12:45 AM
by: spectrumx
[dead]
4/17/2026, 10:24:26 AM