-
Notifications
You must be signed in to change notification settings - Fork 16
Git Branches
Tim Lauridsen edited this page Dec 11, 2015
·
3 revisions
The yumex-dnf project contains the following git branches, inspired by this model
http://nvie.com/posts/a-successful-git-branching-model/
- develop - The main development branch for future version (4.3.x)
- release-devel - The branch for released development versions (currently 4.3.x)
- develop-4.1.x - The development for the current stable version (4.1.x)
- release-stable - The branch for released stable versions (currently 4.1.x)
The main development will use the develop branches and at release time the changes will be merged into release branch and tagged (no fastforward).