git_checkout
Switch Git branches or create new ones to manage repository workflows and isolate development changes.
Instructions
Switch to a different branch or create a new branch
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Branch name to checkout | |
| create | No | Create new branch if it does not exist |