Skip to content

Branches management

Steph edited this page Oct 18, 2018 · 3 revisions

Branches Management

The master branch

The main/integration branch is the master. No one can push commits directly on master branch, you must going through a Pull Request to push your changes. They will be reviewed before being merged (or not)

Feature branches

All feature branches name must follow the pattern dev<feature_name>

WIP branches

Anyone can have a WIP branch, following the pattern __WIP

Clone this wiki locally