git_create_branch
Create a new branch in a Git repository by specifying the repository path, branch name, and optional base branch for streamlined development and version control.
Instructions
Creates a new branch from an optional base branch
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_branch | No | ||
branch_name | Yes | ||
repo_path | Yes |