2 papers
cs.SE2026
MergirafSemi: A Language-Agnostic Semistructured Merge Tool
Pedro Lopes, Paulo Borba, Paola Accioly +1
Developers frequently face merge conflicts when integrating concurrent changes. Most merge tools rely on unstructured, line-based comparisons, often producing spurious conflicts an…
cs.SE2025
Choosing the Right Git Workflow: A Comparative Analysis of Trunk-based vs. Branch-based Approaches
Pedro Lopes, Paola Accioly, Paulo Borba +1
Git has become one of the most widely used version control systems today. Among its distinguishing features, its ability to easily and quickly create branches stands out, allowing…