# GitFlow

Vorlage unserer Git-Branching.Models:

https://datasift.github.io/gitflow/IntroducingGitFlow.html (opens new window)

Git-branching-model

# GitFlow config

.git/config (Ausschnitt)

[gitflow "branch"]
develop = dev
master = main
[gitflow "prefix"]
feature = feature/
release = release/
hotfix = hotfix/
versiontag =
bugfix = bugfix/
support = support/

# übergeordnetes Thema

2.3 Git

Last Updated: 11/18/2020, 6:14:49 PM