Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git-Zusammenarbeit
  6. Workflow-Branching
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Workflow-Branching

Schauen wir uns den Gitflow Workflow an, der in Vincent Driessens A successful Git branching model beschrieben ist.

Dieser Workflow besteht aus fünf Arten von Branches, die jeweils unterschiedliche Rollen haben:

  • Haupt-Branch
  • Feature branch (d. h. Themen-Branch)
  • Release branch
  • Hotfix branch
  • Entwicklungs-Branch (d. h. Integrations-Branch)
Basic Git branching workflow with main, feature, release, hotfix, and develop branches.
Grundlegende Git-Branching-Workflows mit Haupt-, Feature-, Release-, Hotfix- und Entwicklungs-Branches.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life