git_branch_diff
Compare changes between two branches in a Git repository to identify file differences, with an option to include detailed diff patches for precise analysis.
Instructions
Compare two branches and show files changed between them.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_url | Yes | The URL of the Git repository | |
show_patch | No | Whether to include the actual diff patches | |
source_branch | Yes | The source branch name | |
target_branch | Yes | The target branch name |