HOTSPOT - You company uses a Git source-code repository. You plan to implement GitFlow as a workflow strategy. You need to identify which branch types are used ...


Microsoft AZ-400 Exam

Questions Number: 348 out of 535 Questions
65.05%

Question 348
HOTSPOT -
You company uses a Git 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.
Hot Area:
AZ-400_348Q.png related to the Microsoft AZ-400 Exam



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.
Reference:
https://medium.com/@patrickporto/4-branching-workflows-for-git-30d0aaee7bf





Previous Questions Next Questions