branch_create
Create a new Git branch locally without checking it out, using a specified repository path and start point.
Instructions
Create a local branch without switching the repository to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch_name | Yes | ||
| start_point | No | HEAD | |
| repository_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||