1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git 协作
  6. 分支的工作流程
  7. 功能分支
Git

Project and code management together.

Try it free

功能分支

当您开始处理新功能或 bug 修复时,您应该创建一个功能分支 (即主题分支)。功能分支通常是在开发分支之外创建的。在功能的整个开发生命周期中,该主题分支可以驻留在您的本地机器中。

每当您准备好将变更集与开发分支合并时,您将把这个分支推送到远程存储库。

Image of a feature branch

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life