Git Workflow

Apply git fundamentals — fresh-base branching, atomic commits, why-carrying messages, never rewriting shared history, PRs as the unit of review, reflog-first recovery. Use BEFORE any write to `.git` — branch, commit, commit message, rebase, merge, force-push, opening/updating a PR, or destructive cleanup (`git reset --hard`, `git push --force`). The trigger is any branch/commit/PR-shaped move, even when the user doesn't say "git". Includes references on commit messages, branching/rebasing, pull requests, and recovery. Skip read-only `git status` / `git log` / `git diff`. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/maximumsoft-co-ltd--claude-foundation--git-workflow commit 645540f23d

Frequently asked questions

npx skillmds@latest add tomevault-io/git-workflow-191