Commit Message Generator
|
Complete the subject to see your commit message...
How to Use This Commit Message Generator
- 1Select the type of change (e.g., Feature, Fix, Refactor)
- 2Optional: Enter a scope for the change
- 3Write a concise imperative-mood summary
- 4Optional: Add a longer description in the body
- 5Optional: Add footer info (e.g., issue numbers)
- 6Copy and use in your git command
Features
- ✓Conventional Commits support (feat, fix, docs, etc.)
- ✓Breaking change indicator (! or footer)
- ✓Optional scope for better context
- ✓Detailed body and footer fields
- ✓Instant live preview
- ✓One-click copy to clipboard
What are Conventional Commits?
Conventional Commits is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This tool specifically helps you follow the specification by categorizing your changes and formatting them correctly.
Frequently Asked Questions
Verifying status...