git_delete_branch
Delete specified Git branches from local repositories using repository path and branch name; optionally force deletion for unmerged branches.
Instructions
Delete a branch from the repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch_name | Yes | The name of the branch to delete | |
force | No | Whether to force deletion | |
repo_path | Yes | The path to the local Git repository |