get_branch_analysis
Analyze Git repository branches to assess local and remote branches, merging status, commit counts, and recent activity using GitPython for detailed insights.
Instructions
Get comprehensive branch analysis using GitPython.
Provides information about:
All local and remote branches
Branch relationships and merging status
Commit counts per branch
Last activity per branch
Args: repo_path: Path to git repository
Returns: Dict containing branch analysis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes |