Cherry-pick changes between branches
Cherry-pick a commit or commit range to another branch, handle conflicts, and confirm the result is correct without merging unrelated history.
Preview
Copy prompt
I need to cherry-pick [Describe what you want to move: a single commit, a range of commits, or a specific bug fix] from [Source branch] onto [Target branch]. Show the exact git cherry-pick command or commands needed. Explain how to identify and resolve any conflicts that arise during the cherry-pick. Describe how to verify that the cherry-picked changes are correct and complete without unintentionally pulling in unrelated changes from the source branch. Clarify when cherry-picking is appropriate versus a full merge or rebase.
More
Git & Version Control
Prompts
