2 papers
cs.SE2026
GitHub Template Repositories: Served Domains, Maintenance, and Practitioner Guidelines
Leuson Da Silva, Altaf Allah Abbassi, Imen Trabelsi +2
Over time, GitHub has introduced different strategies for sharing reusable code artifacts. In addition to fork-based reuse, template repositories provide a distinct feature for gen…
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…