AZ-400 · Question #212
Your company uses Azure DevOps to manage the build and release processes for applications. You use a Git repository for applications source control. You plan to create a new branch from an existing pu
The correct answer is C. Cherry-pick. Cherry-pick a pull request To copy changes made in a pull request to another branch in your repo, follow these steps: 1. In a completed pull request, select Cherry-pick, or for an active pull request, select Cherry-pick from the ... menu. Cherry-picking a pull request in this way
Question
Options
- ASet as default branch
- BApprove with suggestions
- CCherry-pick
- DReactivate
- ERevert
How the community answered
(46 responses)- A2% (1)
- B4% (2)
- C72% (33)
- D7% (3)
- E15% (7)
Explanation
Cherry-pick a pull request To copy changes made in a pull request to another branch in your repo, follow these steps: 1. In a completed pull request, select Cherry-pick, or for an active pull request, select Cherry-pick from the ... menu. Cherry-picking a pull request in this way creates a new branch with the copied Merge into a target branch in a second pull request. 2. In Target branch, enter the branch you want to merge the copied changes. 3. In Topic branch name, enter a new branch to contain the copied changes, then select Cherry- 4. Select Create pull request to merge the topic branch into the target branch to complete the https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-requests
Community Discussion
No community discussion yet for this question.