compare_branches
Compare two branches to reveal overlapping files and show the differences between them, helping identify conflicts before merging.
Instructions
Compare two branches — show overlapping files and the diff between them
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch_a | Yes | First branch name | |
| branch_b | Yes | Second branch name |