git-rebase
Rebase the current branch onto a target branch or commit to integrate changes and maintain a linear project history.
Instructions
Rebase current branch onto another branch or commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | The directory to run the command in (defaults to current working directory) | |
| target | No | The target branch or commit to rebase onto (defaults to HEAD~1) | |
| interactive | No | Whether to use interactive rebase mode |