git_branch
List local and remote branches in a Git repository to manage and track development workflows. Specify the repository path and optionally include remote branches for comprehensive branch visibility.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repository_path | Yes | Path to the git repository | |
show_remote | No | Show remote branches as well |