git_create_branch
Create a new git branch and switch to it, with optional base branch specification, to isolate work for features or fixes.
Instructions
Create a new branch and switch to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The new branch name. | |
| from_branch | No | Base branch to branch from. Defaults to HEAD. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||