Source: devblogs.microsoft.com

Improving Azure DevOps cherry-picking

Category: Deployment, Microsoft, github

One of the more powerful git commands is the cherry-pick command. This command takes one or more existing commits and applies each commit’s changes as a new commit on a different branch.

Related Articles