git_checkout
Switch Git branches or restore working tree files to manage version control operations within repositories.
Instructions
Switch branches or restore working tree files
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Branch name to checkout | |
| create | No | Create a new branch | |
| force | No | Force checkout (discard local changes) | |
| path | No | Repository path (optional, defaults to current directory) |