Skip to content

Commit 0bcd298

Browse files
committed
add common main for all milestones
1 parent 00bc774 commit 0bcd298

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

white-paper/branching-strategies.qmd

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ A devel branch is very useful in the following cases:
3636

3737
In the case of a single or a little group of persons working together, or when tasks have no interdependancies, the devel branch could be avoided.
3838

39-
## One main branch per activity
39+
## One main branch duplicated per milestone
40+
41+
Several clinical studies relies on the same base programs for several milestone, while some milestones require some specific programs. Storing everything in the main branch and duplicate it for the final step of a milestone is an option.
42+
43+
![branching strategy](pictures/bs-01c.png)
44+
45+
## One main branch per milestone
4046

4147
A single study often needs to deal with different activities, sometime happening at the same moment. One potential way to use git in theses cases could be to have:
4248

white-paper/pictures/bs-01b.png

-73 Bytes
Loading

white-paper/pictures/bs-01c.png

30 KB
Loading

0 commit comments

Comments
 (0)