git-sync
Installation
SKILL.md
Git Sync
Bring the local branch current with origin. Fast-forward when the branch is only behind; merge to integrate when local and remote have both moved. Never rebase, never force-push, never resolve conflicts automatically.
When to run
- The router (
blake-os:git-ops) sends a "get the latest" request - As the integrate step of a full backup, after
git-commit— a clean working tree is required (Step 3), which is why the router commits first - Directly, only on the exact request "git pull" or "git sync"