-
Notifications
You must be signed in to change notification settings - Fork 128
Branches organization
Mathilde Boivin edited this page Dec 23, 2019
·
1 revision
The bootcamp branches respect the following organization.
There are 3 different levels of branches:
-
master : The production branch. Days are put into this branch when they are totally finished.
4 reviews
are needed to validate a pull request. -
dev : This branch gathers finished exercices for a day (the day may be not finished but it allows us to see quickly finished days).
2 reviews
are needed to validate a pull request. -
day/XX/PhaseY : XX is the number of the day and Y the related Phase. This branch is the working branch where most of your commits are done. No reviews are needed to push into that branch.
The day folder will have the following architecture :
└── day00
├── day00.md
├── ex00
│ └── ex00.md
├── ex01
│ └── ex01.md
└── ex02
└── ex02.md