Git Devsync

Git workflow for incrementally replaying a feature branch's not-yet-deployed commits onto the latest dev branch through a sibling _devsync branch, resolving cherry-pick conflicts there, merging the resolved devsync branch back into dev, and returning to the source feature branch. Use when the user asks to create or refresh a current-branch_devsync branch from latest dev, cherry-pick only pending source branch changes, handle conflicts, merge back to dev, and avoid remaining on the intermediate _devsync branch.

liry-go Updated

File contents

liry-go/codex-skills/tree/main/skills/git-devsync commit 212b447f16

Frequently asked questions

npx skillmds@latest add liry-go/git-devsync