A cherry-pick takes the patch that was introduced in a commit and tries to reapply it on the branch you’re currently on.

Syntax

Untitled

Copying a commit from one branch to another

Copying a range of commits from one branch to another

Checking if a cherry-pick is required

Find commits yet to be applied to upstream