Teun / git-flow-vis

81 stars 12 forks source link

Bugfix branches #35

Closed Teun closed 9 years ago

Teun commented 9 years ago

As of recently, Atlassian proposes a modified branching model from git-flow. Main difference is that they envision bugfix branches, which are like feature branches, but from a release branch in stead of develop. As this doesn't seem to be completely stable (or incontroversial), I'd propose that we treat bugfix branches as release branches. This issue involves only the addition of a new prefix (bugfix) and have it do the same as release and hotfix.