git-cherry-pick
Apply changes from a specific commit to the current branch by providing its commit hash.
Instructions
Apply changes from a specific commit to the current branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | The directory to run the command in (defaults to current working directory) | |
| commitHash | Yes | The commit hash to cherry-pick |