Git Branch Merge Flow

On current branch guards that source != target, fetches origin first, commits if needed, aligns local current with origin/current if behind, pushes current; then checks out target, fetches, aligns with origin/target if behind, merges origin/current into target, pushes target, and switches back on success. Stays on the branch where conflict occurs without pushing target on failure.

JUST-Limbo 7c0cf26 23.0 KB Updated

File contents

JUST-Limbo/limbo-ai-toolkit/tree/main/skills/git-branch-merge-flow commit 7c0cf26393

Frequently asked questions

npx skillmds@latest add just-limbo/git-branch-merge-flow