Skip to content

Instantly share code, notes, and snippets.

@marcop135
Last active May 29, 2025 15:00
Show Gist options
  • Save marcop135/9d44b82544e95173970a1bb5b6193c82 to your computer and use it in GitHub Desktop.
Save marcop135/9d44b82544e95173970a1bb5b6193c82 to your computer and use it in GitHub Desktop.
Conventional Git Commit Types

Conventional Git Commit Types

Type Purpose
feat new feature
fix bug fix
docs documentation only
style code style/formatting
refactor code refactor (non-feature/bug)
perf performance improvement
test add or fix tests
build build system or dependencies
ci CI/CD config/scripts
chore routine tasks/maintenance
revert revert previous commit

Source #1
Source #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment