6 lines
302 B
Markdown
6 lines
302 B
Markdown
---
|
|
description: Generate terse caveman-style commit message
|
|
---
|
|
|
|
Generate a terse commit message for the current staged changes. Conventional Commits format. Subject: ≤50 chars, imperative, lowercase after type. Body: only when 'why' isn't obvious from subject. Why over what. No period on subject.
|