git_create_branch
Create a new git branch within a specified repository. Specify the branch name, repository path, and optional base branch to streamline branch creation for development workflows.
Instructions
Creates a new branch. Creates a new branch from the specified base branch or current HEAD. Repository must be within the allowed directory.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_branch | No | Starting point for the new branch (optional) | |
branch_name | Yes | Name of the new branch | |
repo_path | Yes | Path to git repository |