Cherry Pick Commit

Cherry-pick (backport/forward-port) one or more commits from one branch onto another, creating a fresh branch and opening a pull request that follows the repository's conventions. Use this whenever the user wants to move, port, backport, or cherry-pick a commit or a merged PR to a release/servicing branch (e.g. "cherry-pick the latest dev commit to 7.9.x", "backport #7576 to release/8.0.x", "port that fix to the release branch"), even if they don't say the exact word "cherry-pick". If the cherry-pick hits conflicts, STOP and report back instead of trying to resolve them, unless the user explicitly asked you to resolve conflicts.

nuget e859c91 7.6 KB Updated

File contents

nuget/nuget.client/tree/main/.agents/skills/cherry-pick-commit commit e859c91cf2

Frequently asked questions

npx skillmds@latest add nuget/cherry-pick-commit