git_create_branch
Creates a new Git branch from an existing base branch, enabling isolated feature development and independent workflow management.
Instructions
Creates a new branch from an optional base branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | ||
| base_branch | No | ||
| branch_name | Yes |