Split Commits

Split a large or mixed Git working tree into focused local commits by staging one logical batch at a time and using `$git-commit` for staged-diff messages. Use when the user wants separable changes committed independently. Honor authorization for individual batches or the full sequence; ask about a prepared batch only when committing it is not already authorized. Do not push.

JUNERDD 450a24c 2 files · 5.3 KB Updated

File contents

JUNERDD/skills/tree/main/skills/split-commits commit 450a24cfeb

Frequently asked questions

npx skillmds@latest add junerdd/split-commits