git_delete_branch
Remove unwanted branches from Git repositories locally. Specify the repository path and branch name, and optionally force deletion. Simplify repository management with this tool in the Git Repo Browser MCP.
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 |