Git Workflow
ruvnet/ruflo
A small CLI that runs and enforces branching operations in your repository - create feature/release/hotfix branches, perform scripted merges or rebases, and install hooks or tags to keep a chosen process consistent. Unlike the other similarly named projects that lay out branching patterns and commit conventions as guidance, this tool inspects the branch/commit graph and actually applies and enforces workflow steps rather than just describing them.
3 other skills are also called Git Workflow
Same name, different author, different job. If more than one is installed, the one that runs is whichever the agent matches first.
A situation it fits
I’m the release lead for a dozen microservice repos and need to run the same branch-creation and merge steps across them so the release is applied identically; I need a tool that will actually perform those operations and stop people from bypassing the process, not just give guidance or a script of commands.
Skills it gets confused with
These share a family with Git Workflow, which is another way of saying they are the ones you might reach for by mistake.
- Git Workflow (affaan-m)Helps teams pick branching models, set commit rules, and handle merge-versus-rebase decisions in everyday Git work. It emphasizes team-size and collaboration scenarios and gives step-by-step conflict-resolution guidance, so you get practical rules for when to rebase or merge rather than mainly a commit-message format or abstract checklist.
- Git Workflow (jezweb)Helps you pick and run the exact git commands needed to change a repository’s commit graph - it inspects the real commit history and file diffs and outputs step-by-step command sequences (rebase, merge, cherry-pick, reset) plus conflict-resolution hints. Unlike similarly named guides that explain branching models or commit conventions, this tool operates on a live repo and focuses on concrete history edits; it does not prescribe team policies or enforce commit-message formats.Git Workflow (ruvnet) vs Git Workflow (jezweb), side by side
- Git Workflow (mindrally)Teaches a single, commit-focused process that uses Conventional Commits to standardize branch names, commit messages, and release sequencing so repository history stays predictable. Unlike other projects that survey branching models, weigh merge versus rebase, and walk through conflict-resolution tactics, this guide is prescriptive about commit format and naming rules and is not a comparative branching-decision guide.
Every comparison with Git Workflow
Knowing what Git Workflow does is the easy half. Telling it apart from the others under time pressure is the game.
Today's sessionGit Workflow is part of ruvnet/ruflo. Licence: MIT. The description above was written for this game, not taken from the skill.