πŸ“– 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 ago

feat: add login page

7d9e4f25 hours ago

fix: correct email validation

1b5c8a31 day ago

refactor: 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!