π Step 6: Development#175 / 291
Commit
Commit
πOne-line summary
A checkpoint that records a set of code changes.
π‘Easy explanation
Like a 'save point' in a game. "Things work up to here β save!" You can return to this point later if something breaks.
β¨Example
A save point for code changes
a3f2b1c2 hours agofeat: add login page
7d9e4f25 hours agofix: correct email validation
1b5c8a31 day agorefactor: clean up API functions
β‘Vibe coding prompt examples
>_
Set up a commit message linter that follows Conventional Commits. Use commitlint and husky to auto-validate on commit.
>_
Auto-generate commit messages. Analyze changed files and produce a suitable type (feat:, fix:, refactor:) and description.
Try these prompts in your AI coding assistant!