nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

Multiple version branches #390

Open ameenross opened 9 years ago

ameenross commented 9 years ago

This branching model centers around using the master branch as the single version branch to maintain. Is it easy, or at all possible, to adapt it to a project that requires the maintenance of more than one major or minor version branch?

ameenross commented 9 years ago

A similar question was asked here, but never answered: https://github.com/nvie/gitflow/issues/288