📖 Concepts
Cherry-pickApplies changes from a specific commit onto your current branch. Unlike merge, it only brings that one commit's changes.
Detached HEADWhen HEAD points directly to a commit instead of a branch. This can happen after checking out a specific commit or cherry-picking.
See what commits are on the dev branch
Look at the dev branch to find the commit you want to cherry-pick.
● See what commits are on the dev branch
○ Cherry-pick just the bug fix
○ Verify the cherry-pick