Git Devsync · liry-go bundle 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.