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

  1. 1
    Select commit type
  2. 2
    Add optional scope
  3. 3
    Write description
  4. 4
    Add body if needed
  5. 5
    Copy 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.