git_switch
Switch the current git repository to another branch, optionally creating it first. Use this to change working branches in a local repo.
Instructions
Switch branches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional local working directory or repository path. | |
| branch | Yes | Branch name. | |
| create | No | Create the branch while switching. |