Cs

Commit all pending changes as separate, logical commits using git-surgeon.

raine 2509923 509 B Updated

File contents

Commit all pending changes as separate, logical commits. Group related changes together by feature, bug fix, or concern. Separate unrelated changes into distinct commits. Keep commits atomic — each should make sense on its own. Order commits so earlier ones don't depend on later ones when possible. Use line ranges when a hunk contains changes belonging to different groups.

Load git-surgeon skill.

raine/skills/tree/main/cs commit 250992379c

Frequently asked questions

npx skillmds@latest add raine/cs