Rebase current branch onto a feature branch
Rebases current branch onto a feature branch with automatic conflict resolution using worktrees and tmux.
/plugin marketplace add ourines/worktree-task-plugin/plugin install worktree-task@worktree-task-pluginRebase the current branch onto a feature branch using worktree + tmux with automatic conflict resolution.
Provide the feature branch name to rebase the current branch onto.
User on dev branch: "Rebase dev onto feature-auth"
User on main branch: "Rebase main onto feature/new-api"
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/rebase.py "<feature-branch>"
Use tmux attach -t rebase-<target>-onto-<feature> to monitor progress.