Adam Gordon Bell

Merging

Tag: Merging

A Better 3-way merge?

August 21, 2016 ยท git merging scala

3-way merge works great for code merges in the majority of cases. Can we do better, however. Can we decrease the number of places where a manual conflict resolution is required. I would say, yes we can, if we know more about the syntax of the file in question.

Read more โ†’