rebase
Copy pageRebases a worktree branch onto its saved base branch. If the branch does not have a saved local base branch, workmux rebases onto the configured main branch.
workmux rebase [name]Arguments
Section titled “Arguments”[name]: Optional worktree name or branch. If omitted, workmux detects the current worktree from the current directory.
What happens
Section titled “What happens”- Determines which worktree branch to rebase
- Reads the saved base branch recorded when the worktree was created
- Falls back to the configured main branch when the saved base is not a local branch
- Runs
git rebase <base>inside the worktree - Leaves the worktree, window, and branch in place
Examples
Section titled “Examples”workmux rebase user-authworkmux rebase