AZ-400 · Question #186
AZ-400 Question #186: Real Exam Question with Answer & Explanation
The correct answer is B: No. Squash merging is a merge option that allows you to condense the Git history. https://docs.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash?view=azure-
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. Your company uses Azure DevOps to manage the build and release processes for applications. You use a Git repository for applications source control. You need to implement a pull request strategy that reduces the history volume in the master branch. Solution: You implement a pull request strategy that uses fast-forward merges. Does this meet the goal?
Options
- AYes
- BNo
Explanation
Squash merging is a merge option that allows you to condense the Git history. https://docs.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash?view=azure-
Community Discussion
No community discussion yet for this question.