Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a CI/CD workflow using AWS CodePipeline and CodeCommit, how can a developer resolve merge conflicts in their feature branch with minimal effort after failing to pull recent changes from the main branch?
A
Clone the repository, then create and update a new branch.
B
Create a new branch from the previous one.
C
Utilize the Commit Visualizer to compare feature commits and resolve conflicts.
D
Halt pulls from the main branch and rebase the feature branch.