You are in the process of developing an application, whose source has several branches. After making a number of alterations to a branch used for testing, you a...


Microsoft AZ-400 Exam

Questions Number: 432 out of 535 Questions
80.75%

Question 432
You are in the process of developing an application, whose source has several branches.
After making a number of alterations to a branch used for testing, you are required to update the main branch to capture the alterations made to the testing branch and override the Git repository's history.
You need to select the Git option that will achieve this.
Which of the following is the option you should select?



Create pull requests to review and merge code in a Git project. Pull requests let your team review code and give feedback on changes before merging it into the master branch.
Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-requests
Topic 4, Implement Continuous Delivery





Previous Questions Next Questions