gitsync
Installation
SKILL.md
gitsync
Fast parallel git sync across repos with project code resolution.
Quick Reference
# By project code
/sync naac lev clawd chezmoi # Sync named projects
/sync all # Sync all dirty repos
/sync all --dry-run # Preview what would sync
# By path
/sync ~/proj1 ~/proj2 # Sync specific paths
/sync . # Sync current directory
# Options
--dry-run # Preview without changes
Related skills