git_checkout_tool
Switches to a specified branch in a Git repository. Provide the repository path and branch name to change the current working branch.
Instructions
Switches to the specified branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the Git repository | |
| branch_name | Yes | Name of the branch to switch to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |