The Zammad main repo @ https://github.com/zammad/zammad has several branches
- Default GitHub branch
- Current unreleased development state of next stable minor release
- Bug fixes of current stable version are added here
- Is the branch where features work correctly
- Could be used for experienced users for production
- If current stable is 1.1.0 this would be next 1.1.1
- Current unreleased development state of next major release
- Is the first instance where all features are developed
- This branch will have some issues all the time
- If current stable ist 1.1.0 this would be 1.2.0
- Unstable!
- No use for production!
- Current stable release
- Stable bugfixes merged from master when new stable minor version is released
- There will be several more Stable branches because we'll support the last 3 major versions of Zammad
- If current stable is 1.2.0 then name of the branch is stable-1.2 and there also would be stable-1.1 and stable-1.0