分布式版本控制中可能的工作流程
分布式版本控制中可能的项目模型有哪些?有没有更好的文章来解释诸如仅拉取、共享推送、单一来源等模型?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
成功的分支模型文章是一个好的开始,即使它在提到协作方面之前,首先处理分支。
首先明确分支模型是值得的,以便知道什么将被发布(拉/推),什么不会(私有分支)。
分布式工作流程在 GitBook 中介绍,详细信息参见 Pro Git 书籍,它们的名称(这不是详尽的列表):
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):