git_rebase
Rebase the current branch onto a specified branch or commit in a Git repository using the Git Repo Browser MCP. Supports interactive rebasing for precise commit management.
Instructions
Rebase the current branch onto another branch or commit.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
interactive | No | Whether to perform an interactive rebase | |
onto | Yes | Branch or commit to rebase onto | |
repo_path | Yes | The path to the local Git repository |