git_checkout_branch
Switch to or create a Git branch in a specified repository. Input includes the repository path, branch name, optional starting point, and creation flag.
Instructions
Create and/or checkout a branch.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch_name | Yes | The name of the branch to checkout | |
create | No | Whether to create a new branch | |
repo_path | Yes | The path to the local Git repository | |
start_point | No | Starting point for the branch (optional) |