git_merge
Combine a specified commit or branch into the current local Git branch, optionally pausing before commit to control history updates.
Instructions
Merge a commit or branch into the current branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional local working directory or repository path. | |
| ref | Yes | Commit or branch to merge. | |
| noCommit | No | Use --no-commit. |