git_checkout
Switch to a different branch in a Git repository by specifying the repository path and branch name.
Instructions
Switches branches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to Git repository | |
| branch_name | Yes | Name of branch to checkout |