get_branch_overview
Analyze branch states and relationships in a Git repository to generate a high-level overview and save the output to a specified path for further review.
Instructions
Get high-level overview of branch states and relationships
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branches | Yes | Branches to analyze | |
outputPath | Yes | Path to write analysis output | |
repoPath | Yes | Path to git repository |