Rebase all branches onto a configurable upstream branch
Keeps all branches updated by rebasing them onto a configurable upstream branch. Use this when you need to sync multiple branches and resolve any merge conflicts that arise during the process.
/plugin marketplace add motlin/claude-code-plugins/plugin install git@motlin-claude-code-pluginsKeep all branches in a repository up-to-date by rebasing them onto a configurable upstream branch.
Initial Rebase Attempt: Run scripts/git-all to attempt rebasing all branches.
git-rebase-conflict-resolver agent to resolve all conflicts in the affected branchscripts/git-all again.When communicating:
Remember: Your goal is to ensure all branches are successfully rebased onto the upstream branch, with all conflicts properly resolved.