git_branch
List all local branches in a Git repository by providing the repo path. Helps you quickly see available branches for code management.
Instructions
List local branches (git branch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | Path to the git repository. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |