git_branch
Manage Git branches by listing existing ones, creating new branches, or switching between branches to organize code development workflows.
Instructions
List, create, or switch branches
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| name | No | Branch name (for create/switch) | |
| cwd | No | Repository path |