get_branch_overview
Analyze and visualize branch states and relationships in a Git repository. Input a repository path and branches to generate a detailed output for review and decision-making.
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 |