Git Commit Message Generator
Generate conventional commit messages following best practices. Write better commits, improve your git history!
Component or module affected
0/72 characters (keep under 72)
Generated Commit
feat:
Git Command
git commit -m "feat: "
Quick Examples
Features
- Conventional commits
- 11 commit types
- Scope support
- Breaking changes
- Issue linking
How to Use
- 1Select commit type
- 2Add optional scope
- 3Write description
- 4Add body if needed
- 5Copy commit message
Frequently Asked Questions
What are conventional commits?
A specification for commit messages that makes them machine-readable and consistent.
Why use conventional commits?
They enable automatic changelog generation, semantic versioning, and cleaner git history.