git_create_branch
Create a new Git branch with an optional base branch. Specify the repository path and branch name to branch off from an existing base or the current branch.
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 |