分布式版本控制中可能的工作流程

发布于 2024-11-17 00:54:30 字数 56 浏览 2 评论 0原文

分布式版本控制中可能的项目模型有哪些?有没有更好的文章来解释诸如仅拉取、共享推送、单一来源等模型?

What are the possible project models in distributed version control? Are there any better article to explain models like Pull only, Shared push, Single source ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁人与我共长歌 2024-11-24 00:54:30

成功的分支模型文章是一个好的开始,即使它在提到协作方面之前,首先处理分支。
首先明确分支模型是值得的,以便知道什么将被发布(拉/推),什么不会(私有分支)。

分布式工作流程在 GitBook 中介绍,详细信息参见 Pro Git 书籍,它们的名称(这不是详尽的列表):

  • 集中式工作流程

集中式工作流程

  • Integration-Manager 工作流程

Integration-Manager 工作流程

  • 独裁者和中尉工作流程

独裁者和中尉工作流程

The successful branching model article is a good start, even if it deals first with branching, before mentioning the collaborative aspect.
It pays to be clear on the branching model first, in order to know what will be published (pull/pushed), and what will not (private branches).

The distributed workflows are introduced in the GitBook, and detailed in Pro Git book, where they are called (and this is not an exhaustive list):

  • Centralized Workflow

Centralized Workflow

  • Integration-Manager Workflow

Integration-Manager Workflow

  • Dictator and Lieutenants Workflow

Dictator and Lieutenants Workflow

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文