Skip to content
Jaimi edited this page Mar 9, 2023 · 6 revisions

Welcome to the UMA wiki!

Github Branching Model

Main Branches

Never commit directly to these branches!

Master

Develop

Supporting Branches

Release

May branch from: develop

Must merge back into: develop and master

Branch naming convention: release-*

Feature

May branch from: develop

Must merge back into: develop

Branch naming convention: feature-*

Hotfix

May branch from: master

Must merge back into: develop and master

Branch naming convention: hotfix-*

Clone this wiki locally