git_cherry_pick
Apply changes from specific commits to your current branch, optionally without committing, to replicate fixes or features.
Instructions
Apply changes introduced by existing commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional local working directory or repository path. | |
| revs | Yes | Commit revisions to cherry-pick. | |
| noCommit | No | Apply changes without committing. |