This section describes how to setup Datical project when you are using multiple branches in your development. These branches could be used for several reasons:
- You have one branch to commit your developer changes. This branch might be called a "develop" branch. Developer then submits a pull request so that these changes can be merged into a main branch, e.g., "master" or "release-candidate" branch
- You have developers working on mulitple releases at the same time. You may have a branch called "release/1.0". You may also have another parallel branch called "release/2.0".
Step-by-step guide
You will need to create multiple pipelines in your Datical project. For example, you will call them "pipeline1" and "pipeline2".
Related articles