rt sync
rt › sync
Sync branches: rebase onto master + push (daily routine)
Usage
rt sync [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 |
|---|---|
all | Sync all worktrees in the current repo |
See code: commands/sync.ts › syncCommand