Hey Everyone,
In this video, I'll talk about cherry-picking in Azure DevOps. Git cherry-pick copies the changes from one or more source branch commits to a target branch. Unlike merge or rebase, cherry-pick lets you select specific source branch commits. For each source branch commit that you cherry-pick, Git creates a corresponding commit on the target branch.
- Azure Repos
- Azure DevOps Tutorial