rt git rebase
rt › git › rebase
Smart rebase onto origin/master with auto-resolve
Usage
rt git rebase [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--dry-run | boolean | false | Show what would happen without doing it |
--json | boolean | false | On conflict, emit a JSON conflict bundle and exit 3 instead of prompting |
--agent | boolean | false | On conflict, skip the prompt and hand off straight to a Claude agent in herdr (requires a TTY) |
--no-agent | boolean | false | On conflict, never offer agent escalation; abort instead |
Subcommands
| Command | Description |
|---|---|
onto | Rebase onto a specific branch |
See code: commands/git/rebase.ts › rebaseCommand