Commit Hygiene
Use short, descriptive commits and group related changes together.
A compact operating standard for presenting public work clearly while keeping private repositories, credentials, local files, and client-specific implementation details protected.
The goal is not to hide the work. The goal is to make the right work inspectable: claims, decisions, scope, and outcomes.
Use short, descriptive commits and group related changes together.
Keep generated output, caches, dependency folders, and local environment files out.
Represent private work through scope, responsibilities, decisions, and results.
No secrets, tokens, unpublished datasets, or organization-specific internals.
Portfolio evidence should be easy to inspect without exposing private code, credentials, or client-specific details.
A small repeatable review keeps the portfolio employer-safe and technically credible.