ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 30 - AZ-400 discussion

Report
Export

HOTSPOT

Your company uses get 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.


Question 30
Correct answer: Question 30

Explanation:

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.

References:

https://gist.github.com/digitaljhelms/4287848

asked 02/10/2024
Jorge Fontes
44 questions
User
0 comments
Sorted by

Leave a comment first