git_create_branch
Creates and switches to a new Git branch in your local repository. Use this to start working on a new feature or fix without affecting the main branch.
Instructions
Create and switch to a new branch. Requires local git write mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | ||
| branch_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |