git_create_branch
Creates a new Git branch in a specified repository. Define the branch name and optionally set a starting point.
Instructions
Creates a new branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to Git repository | |
| branch_name | Yes | Name of the new branch | |
| start_point | No | Starting point for the new branch |