Blog · Jesse Claven · May 4, 2025
Add conventional commits, with scopes, to your Magit commit messages
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Good practices generally need minimal barriers to implement and barriers to overcome. One of those is conventional commits. I’ve used them to narrow down changes in Git logs, to add clarity to a commit’s intent, to encourage splitting up changes into distinct changes (i.e. don’t fix something and add a new feature together, break them up), and so on. Even if you really like them, you still want to…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.