Just discovered this tool while doing a messy rebase, and can't believe it has had very little discussion I can find.<p><a href="https://github.com/mhagger/git-imerge" rel="nofollow">https://github.com/mhagger/git-imerge</a><p>No previous commentary on it so far on HN:<p><a href="https://hn.algolia.com/?query=git%20imerge&dateRange=all" rel="nofollow">https://hn.algolia.com/?query=git%20imerge&dateRange=all</a><p>So, can anyone find any interesting discussion about this tool?<p>If you'd prefer reading rather than listening to the talk, here's an article which covers some of the same concepts:<p><a href="https://wilsonmar.github.io/git-imerge/" rel="nofollow">https://wilsonmar.github.io/git-imerge/</a><p>The crux of it is that the tool does an efficient pairwise merge of all commits from the donor branch onto master. It can also be configured to run the test suite to detect conflicts.<p>Then you resolve conflicts in pairs of commits, which is only a small amount of work. The histories of your individual resolutions are preserved, so you can pause and resume the task.