πŸ“ Git Commit Message Generator

Updated: 2026-07-11
Ad - Top (728Γ—90)

πŸ“‹ Generated Commit Message

Select type and enter description

🏷️ Commit Type

✨ feat Feature πŸ› fix Bug Fix πŸ“š docs Docs πŸ’Ž style Style ♻️ refactor Refactor ⚑ perf Perf πŸ§ͺ test Tests πŸ“¦ build Build πŸ‘· ci CI/CD πŸ”§ chore Chore βͺ revert Revert

βš™οΈ Details

Ad - Middle (728Γ—90)

⚑ Quick Templates

✨ New Feature πŸ› Fix Bug πŸ“š Update Docs ♻️ Refactor ⚑ Optimize πŸ§ͺ Add Tests
Ad - Bottom (728Γ—90)

πŸ“– About Conventional Commits

Format: <type>(<scope>): <description>

Conventional Commits provide a lightweight convention for commit messages. It helps with:

β€’ Automatic CHANGELOG generation β€’ Automated semantic versioning β€’ Better collaboration and code review β€’ Clear project history

Common Types

feat - New feature | fix - Bug fix | docs - Documentation | style - Code style | refactor - Refactoring | perf - Performance | test - Tests | build - Build system | ci - CI/CD | chore - Maintenance | revert - Rollback

Examples

feat(api): add user registration endpoint

fix(auth): fix token refresh race condition

feat!: redesign database schema