Pull superproject and sync all submodules to latest tracking branches
From git-workflownpx claudepluginhub shdennlin/agent-plugins --plugin git-workflow[--help/-h]/syncDisplays deprecation notice that sync is a no-op and recommends Dolt commands: bd dolt push, pull, commit, show for manual synchronization.
/syncSynchronizes task status with git commits by analyzing history, patterns, and references for discrepancies, updating bidirectionally. Supports --check and --date/--project options.
/syncSynchronizes task status with git commits by analyzing history, patterns, and references for discrepancies, updating bidirectionally. Supports --check and --date/--project options.
/syncPulls latest git changes and syncs documentation files (prompt_plan.md, spec.md, CLAUDE.md, rules/) based on code diffs. Supports --no-pull, --check-only flags and optional work description.
/syncTriggers plan-sync for task <id> to update downstream task specs after implementation drift. Supports optional --dry-run flag.
/syncSyncs local .pm/requests/ cache with GitHub Issues labeled pm:feature-request by fetching via GitHub CLI, creating/updating markdown files, cleaning stale entries, updating cache timestamp, and reporting summary.
Pull superproject and sync all submodules to their latest tracking branches.
Parse the following from $ARGUMENTS:
--help or -h - Show usage information and exitFrom $ARGUMENTS, extract:
--help or -h is present, show the usage information below and stop. Do NOT delegate to the agent.If --help or -h is present, display this and stop:
Usage: /git-workflow:sync [options]
Pull superproject and sync all submodules to latest tracking branches.
Only works in superprojects with submodules.
Options:
-h, --help Show this help message
Examples:
/git-workflow:sync Sync all submodules
git submodule status 2>/dev/null
If output is empty or the command fails, display this error and stop — do NOT delegate:
Error: No submodules found in the current repository.
This command only works in superprojects with submodules.
Launch the sync-agent agent:
Task tool:
- subagent_type: "sync-agent"
- description: "Sync submodules to latest"
- prompt: |
Sync the superproject and all submodules to their latest upstream state.
- Working directory: <current directory>
# Sync all submodules to latest
/git-workflow:sync