git_branch_diff
Compare files changed between two Git branches to identify differences. Input a repository URL, source branch, and target branch to analyze changes, optionally including detailed patch views.
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 |