| AZ400 Certification Dump Question 62
At Contoso, Ltd., the development team is transitioning to Git from a centralized version control system. The team has varying levels of experience with Git, and the project involves developing multiple interdependent modules. You need to create a source control workflow that facilitates collaboration, simplifies the review process, and accommodates the learning curve of the team members. What should you recommend?
Select only one answer.
Choose the correct option from below list
(1)Implement a complex branching model with multiple staging branches that require manual merges and conflict resolution.
(2)Instruct the team to use a shared remote repository without any branching strategy, relying on communication to manage changes.
(3)Introduce a pull request workflow with branch policies that include automated builds, required reviewer counts, and comment resolution before merging.
(4)Mandate that all developers commit directly to the main branch and conduct manual code reviews periodically.
Answer:-(3)Introduce a pull request workflow with branch policies that include automated builds, required reviewer counts, and comment resolution before merging. | | |