What is a git topic branch?

前端 未结 4 1151
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 23:16

What is a git topic branch? Does it differ from an ordinary branch in some way? Are there any branches that are not topic branches?

4条回答
  •  自闭症患者
    2021-01-29 23:42

    It's not a technical term; it just refers to a branch that was created to implement a specific feature or fix a bug. The "topic" is the reason for the creation of the branch, essentially.

提交回复
热议问题