Git
- Inspect
git status --shortbefore changing or committing. - Use small, focused diffs.
- Use Conventional Commits format.
- Keep commit subjects specific.
- Use
git commit --no-gpg-sign. - 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.