December 2017
Beginner to intermediate
362 pages
8h 35m
English
Lastly, we have the feature branch. This is where the actual development takes place. We can have multiple feature branches spanning out of the integration branch.
The following illustration shows a typical branching strategy that we will be using as part of our CI design. We will be creating two feature branches spanning out from the Integration/Mainline Branch, which itself spans out from the master branch:

A commit on the feature branch or the integration branch (a merge will create a commit) will go through a build, static code analysis, and integration test phase. If the code passes these phases successfully, ...
Read now
Unlock full access