repo_branches
List all branches in a local Git repository with tracking information, last commit, and ahead/behind counts to monitor synchronization status.
Instructions
List all branches with tracking info, last commit, and ahead/behind counts.
Args: repo_path: Path to local git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |