Git - Workflow (Branching Strategy)
Table of Contents
Articles Related
Example
- Branch devel: devel branch is the default branch in Galaxy repository. It is used as a primary merge target for all feature and bugfix pull requests.
- Branch master: master branch points to a latest release version, which is running on Galaxy web site.
- Release branches: Release branches release/x.x.x, whhere x.x.x is for next release version, are used for release preparation. Pull requests that are intended to be released as a part of next release version should be merged to release branch following Release process.
Documentation / Reference
git help workflow