Fetch and merge the default branch into current branch with auto conflict resolution
Merges default branch into current branch with automatic conflict resolution.
/plugin marketplace add him0/him0-claude-marketplace/plugin install him0-git-ops@him0-claude-marketplace[--rebase | -r] [--no-auto-resolve]/merge-main # Merge default branch into current branch
/merge-main --rebase # Rebase onto default branch
/merge-main --no-auto-resolve # Skip auto conflict resolution
git fetch then git merge (or git rebase with -r)--no-auto-resolve