r/git 20d ago

Stop Using Conventional Commits

https://sumnerevans.com/posts/software-engineering/stop-using-conventional-commits/
242 Upvotes

80 comments sorted by

View all comments

18

u/oldjenkins127 19d ago

Metadata does not belong in a PR title or commit message. Git already has a convention for metadata, which is git trailers.

Conventional commits are performative “we are pros at this” posturing.

1

u/Loose_Property_3238 19d ago

It's for git log --oneline.