Git Workflow
affaan-m/ecc
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.
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.
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 (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 (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.
- Git Workflow (ruvnet)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.
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 affaan-m/ecc. Licence: MIT. The description above was written for this game, not taken from the skill.