🔀 Git Commit Generator

Perfect Commit Messages, Always

Paste your diff or describe your changes. Get conventional, semantic, and emoji-style commit messages — copy and done.

✍️ What changed?
feat
🐛
fix
♻️
refactor
perf
📚
docs
💅
style
test
🔧
chore
📖 Conventional Commits Reference
TypeWhen to use
featNew feature for the user
fixBug fix for the user
refactorCode change, no bug fix or feature
perfPerformance improvements
docsDocumentation changes only
styleFormatting, no logic change
testAdding or fixing tests
choreBuild process, dependency updates
ciCI/CD config changes
buildBuild system changes
revertReverts a previous commit
Format:
type(scope)!: short description
 
longer body (optional)
BREAKING CHANGE: description
 
Closes #123