Git Workflow

Trunk-based git discipline — atomic save-point commits (~100 lines, one logical change), short-lived branches, descriptive why-not-what messages, and a hard secret scan before every commit. Use this BEFORE every commit, branch, merge, or revert. Git is always on: if you are about to write code or type `git commit`, you are already in this skill's scope. Skipping it means giant unreviewable commits, secrets baked into history, and lost save-points.

celestialdust 540745d 13.7 KB Updated

File contents

celestialdust/achilles-skills/tree/main/skills/git-workflow commit 540745de71

Frequently asked questions

npx skillmds@latest add celestialdust/git-workflow