Skip to content

2.1 Getting started

Geert Hofman edited this page Jun 5, 2015 · 1 revision

#1. Repository structure
The repository has 4 branches “0-work”, “1-dev”, “2-beta” & “master”.

  • 0-work is where developers will work on. Which means, every collaborator must work on this branch.
  • 1-dev is used when 0-work has working code by merging 0-work into 1-dev.
  • 2-beta is used the same way as 1-dev if the code on 1-dev has passed the tests.
  • The master branch will contain code from 2-beta after satisfying tests.

#2. Deployments
Each branch represents a state and are deployed on different domains with different databases.

Clone this wiki locally