Skip to main content
CenXiv.org
此网站处于试运行阶段,支持我们!
我们衷心感谢所有贡献者的支持。
贡献
赞助
cenxiv logo > cs > arXiv:2507.08943

帮助 | 高级搜索

计算机科学 > 软件工程

arXiv:2507.08943 (cs)
[提交于 2025年7月11日 ]

标题: 选择正确的 Git 工作流:基于主干与基于分支方法的比较分析

标题: Choosing the Right Git Workflow: A Comparative Analysis of Trunk-based vs. Branch-based Approaches

Authors:Pedro Lopes, Paola Accioly, Paulo Borba, Vitor Menezes
摘要: Git如今已成为最广泛使用的版本控制系统之一。 在其众多特点中,其易于且快速创建分支的能力尤为突出,使团队能够自定义其工作流程。 在这一背景下,各种使用Git的协作开发工作流程相继出现,并在软件工程师中受到欢迎。 我们可以将这些工作流程分为两大类:基于分支的工作流程和基于主干的工作流程。 基于分支的工作流程通常定义一组具有明确目标的远程分支,例如功能分支、一个用于功能集成的分支以及一个主分支。 其目标是随着代码的成熟,将最孤立的分支中的更改迁移到所有人员共享的主分支中。 在这一类别中,GitFlow是最受欢迎的示例。 相比之下,基于主干的工作流程只有一个远程分支,开发人员直接在此分支上集成他们的更改。 在这个选项范围内,选择一种既能最大化团队生产力又能促进软件质量的工作流程成为一个非 trivial 的任务。 尽管在论坛、社交网络和博客上进行了讨论,但很少有科学文章探讨过这个主题。 在本研究中,我们提供了关于巴西开发者如何使用Git工作流程以及哪些因素促进或阻碍每种模型使用的证据。 为此,我们对软件开发人员进行了半结构化访谈和调查。 我们的结果表明,基于主干的开发更适合经验丰富的小型团队的快节奏项目,而基于分支的开发更适合经验较少的大团队,尽管这会带来管理上的挑战。
摘要: 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 teams to customize their workflows. In this context, various formats of collaborative development workflows using Git have emerged and gained popularity among software engineers. We can categorize such workflows into two main types: branch-based workflows and trunk-based workflows. Branch-based workflows typically define a set of remote branches with well-defined objectives, such as feature branches, a branch for feature integration, and a main branch. The goal is to migrate changes from the most isolated branch to the main one shared by all as the code matures. In this category, GitFlow stands out as the most popular example. In contrast, trunk-based workflows have a single remote branch where developers integrate their changes directly. In this range of options, choosing a workflow that maximizes team productivity while promoting software quality becomes a non-trivial task. Despite discussions on forums, social networks, and blogs, few scientific articles have explored this topic. In this work, we provide evidence on how Brazilian developers work with Git workflows and what factors favor or hinder the use of each model. To this end, we conducted semi-structured interviews and a survey with software developers. Our results indicate that trunk-based development favors fast-paced projects with experienced and smaller teams, while branch-based development suits less experienced and larger teams better, despite posing management challenges.
评论: 11页,3个图
主题: 软件工程 (cs.SE)
ACM 类: D.2.7
引用方式: arXiv:2507.08943 [cs.SE]
  (或者 arXiv:2507.08943v1 [cs.SE] 对于此版本)
  https://doi.org/10.48550/arXiv.2507.08943
通过 DataCite 发表的 arXiv DOI

提交历史

来自: Pedro Lopes [查看电子邮件]
[v1] 星期五, 2025 年 7 月 11 日 18:06:00 UTC (518 KB)
全文链接:

获取论文:

    查看标题为《》的 PDF
  • 查看中文 PDF
  • 查看 PDF
  • HTML(实验性)
  • TeX 源代码
  • 其他格式
许可图标 查看许可
当前浏览上下文:
cs.SE
< 上一篇   |   下一篇 >
新的 | 最近的 | 2025-07
切换浏览方式为:
cs

参考文献与引用

  • NASA ADS
  • 谷歌学术搜索
  • 语义学者
a 导出 BibTeX 引用 加载中...

BibTeX 格式的引用

×
数据由提供:

收藏

BibSonomy logo Reddit logo

文献和引用工具

文献资源探索 (什么是资源探索?)
连接的论文 (什么是连接的论文?)
Litmaps (什么是 Litmaps?)
scite 智能引用 (什么是智能引用?)

与本文相关的代码,数据和媒体

alphaXiv (什么是 alphaXiv?)
CatalyzeX 代码查找器 (什么是 CatalyzeX?)
DagsHub (什么是 DagsHub?)
Gotit.pub (什么是 GotitPub?)
Hugging Face (什么是 Huggingface?)
带有代码的论文 (什么是带有代码的论文?)
ScienceCast (什么是 ScienceCast?)

演示

复制 (什么是复制?)
Hugging Face Spaces (什么是 Spaces?)
TXYZ.AI (什么是 TXYZ.AI?)

推荐器和搜索工具

影响之花 (什么是影响之花?)
核心推荐器 (什么是核心?)
IArxiv 推荐器 (什么是 IArxiv?)
  • 作者
  • 地点
  • 机构
  • 主题

arXivLabs:与社区合作伙伴的实验项目

arXivLabs 是一个框架,允许合作伙伴直接在我们的网站上开发和分享新的 arXiv 特性。

与 arXivLabs 合作的个人和组织都接受了我们的价值观,即开放、社区、卓越和用户数据隐私。arXiv 承诺这些价值观,并且只与遵守这些价值观的合作伙伴合作。

有一个为 arXiv 社区增加价值的项目想法吗? 了解更多关于 arXivLabs 的信息.

这篇论文的哪些作者是支持者? | 禁用 MathJax (什么是 MathJax?)
  • 关于
  • 帮助
  • contact arXivClick here to contact arXiv 联系
  • 订阅 arXiv 邮件列表点击这里订阅 订阅
  • 版权
  • 隐私政策
  • 网络无障碍帮助
  • arXiv 运营状态
    通过...获取状态通知 email 或者 slack

京ICP备2025123034号