AZ-400 – Question 266

0
164
HOTSPOT –

Your company uses Git as a source code control system for a complex app named App1.
You plan to add a new functionality to App1.
You need to design a branching model for the new functionality.
Which branch lifetime and branch time should you use in the branching model? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Correct Answer:
Branch lifetime: Short-lived –
Branch type: Feature –
Feature branches are used when developing a new feature or enhancement which has the potential of a development lifespan longer than a single deployment.
When starting development, the deployment in which this feature will be released may not be known. No matter when the feature branch will be finished, it will always be merged back into the master branch.