分支系统差异

huangapple go评论69阅读模式
英文:

Branching Systems Differences

问题

有3种不同的分支系统 Feature Branch(特性分支), Release Branch(发布分支),Hotfix Branch(热修复分支)

它们之间有什么区别,以及它们用于什么?

英文:

There are 3 different branching systems Feature Branch, Release Branch, and Hotfix Branch

What is the difference between them and what are they used for?

答案1

得分: 2

It's not part of git.

It's one of the git workflows named git flow.

All the information is here
https://nvie.com/posts/a-successful-git-branching-model/

There are several common git workflows. GitFlow is only one of them
For example:

  • Centralized Workflow
  • Feature Branch Workflow
  • Gitflow Workflow
  • Forking Workflow

More resources:

Git Flow branches

分支系统差异

英文:

It's not part of git.

It's one of the git workflows named git flow.

All the information is here
https://nvie.com/posts/a-successful-git-branching-model/

There are several common git workflows. GitFlow is only one of them
For example:

  • Centralized Workflow
  • Feature Branch Workflow
  • Gitflow Workflow
  • Forking Workflow

More resoures:


Git Flow branches

分支系统差异

huangapple
  • 本文由 发表于 2020年1月3日 22:04:55
  • 转载请务必保留本文链接:https://go.coder-hub.com/59579929.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定