Git Sync

Syncs the current feature branch with its base or upstream branch via merge (default) or rebase, with conflict detection and stash handling. Use for ad-hoc requests like "sync my branch with main", "rebase onto main", "rebase on latest dev", "pull upstream into my fork", or "update my branch". Not for release/hotfix branch promotion or cutting versioned releases, use gitflow or git-release for those.

mgiovani 548b717 3 files · 9.4 KB Updated

File contents

mgiovani/cc-arsenal/tree/main/skills/git-sync commit 548b717fd0

Frequently asked questions

npx skillmds@latest add mgiovani/git-sync