Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git 协作
  6. 分支的工作流程
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

分支的工作流程

让我们来观看在 Vincent Driessen 的 Gitflow 工作流程概述中一个成功的 Git 分支模型

该工作流由五种类型的分支组成,每种分支具有不同的作用:

  • 主要
  • 功能分支 (即主题分支)
  • 发布分支
  • 修补分支
  • 开发分支 (即集成分支)
Basic Git branching workflow with main, feature, release, hotfix, and develop branches.
基本 Git 分支工作流程,包括主要分支、功能分支、发布分支、修补程序分支和开发分支。

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life