git_create_branch
Create and switch to a new git branch in a given repository. Provide the branch name and repository path to start work on a new feature or fix.
Instructions
Create and switch to a new git branch (git checkout -b).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | Path to the git repository. | . |
| branch_name | No | Name for the new branch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |