Générateur de messages de commit Git
Générateur en ligne de messages de commit Git, sans installation requise. Générez des messages de commit conventionnels.
What are Conventional Commits?
Conventional Commits is a specification for writing commit messages that provides a consistent format for automated tools and easier understanding of changes. Each commit message follows the structure: type(scope): description. Common types include feat (new feature), fix (bug fix), docs (documentation), style (formatting), refactor (code refactoring), perf (performance), test (tests), chore (maintenance), build (build system), ci (CI configuration), and revert (revert a commit).
How to Use This Git Commit Generator
Select a commit type from the available options (feat, fix, docs, etc.). Optionally add a scope to indicate which part of the codebase is affected (e.g., auth, components, api). Write a clear, imperative mood subject line describing what the commit does and why. Optionally add a detailed body explaining the change more thoroughly. For breaking changes, check the Breaking Change box. Click Generate to create your commit message, then Copy to use it in your Git workflow.
Best Practices for Commit Messages
Use imperative mood (
▶Why use Conventional Commits?
▶What is a scope in commit messages?
▶When should I mark a commit as breaking change?
▶Can I customize the commit types?
Si cet outil vous a été utile, pensez à m’offrir un café.
Achetez-moi un café.