ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 120 - AZ-400 discussion

Report
Export

HOTSPOT

You company uses a get source-code repository.

You plan to implement Gitflow as a workflow strategy.

You need to identify which branch types are used for production code and preproduction code in the strategy.

Which branch type should you identify for each code type? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 120
Correct answer: Question 120

Explanation:

Box 1: Master

The Master branch contains production code. All development code is merged into master in sometime.

Box 2: Develop

The Develop branch contains pre-production code. When the features are finished then they are merged into develop.

Incorrect Answers:

During the development cycle, a variety of supporting branches are used:

Feature branches are used to develop new features for the upcoming releases. May branch off from develop and must merge into develop.

Feature branches are used to develop new features for the upcoming releases. May branch off from develop and must merge into develop.

Reference:

https://medium.com/@patrickporto/4-branching-workflows-for-git-30d0aaee7bf

asked 02/10/2024
Maureen Lande
44 questions
User
0 comments
Sorted by

Leave a comment first