Git

Git workflow: small diffs, Conventional Commits, no-gpg-sign.

darknesskiller b7b76be 2 files · 731 B Updated

File contents

Git

  1. Inspect git status --short before changing or committing.
  2. Use small, focused diffs.
  3. Use Conventional Commits format.
  4. Keep commit subjects specific.
  5. Use git commit --no-gpg-sign.
  6. Preserve user work. Do not overwrite it to make history pretty.

Output

When status is pending, still state the Focused diff, Specific subject, how you Preserve user work, and Overwritten: no.

Completion: status was inspected, the diff is focused, the subject is conventional and specific, and no user work was overwritten.

darknesskiller/skills/tree/main/skills/engineering/git commit b7b76be033

Frequently asked questions

npx skillmds@latest add darknesskiller/git