You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
584 B
584 B
| title | linkTitle | weight |
|---|---|---|
| Branching model | Branching model | 5 |
The project uses a successful Git branching model. Thus it has a couple of branches. Some of them are described below:
-
origin/masterto be the main branch where the source code of HEAD always reflects a production-ready state -
origin/developto be the main branch where the source code of HEAD always reflects a state with the latest delivered development changes for the next release. Some would call this the “integration branch”.