git_merge
Merge a specified source branch into the current branch of a Git repository. Use this to integrate changes from one branch into another, facilitating collaborative development workflows.
Instructions
Merge a branch into current branch
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repository path | |
| source_branch | Yes | Source branch to merge |