DEV Community

Discussion on: Git commit message convention that you can follow!

Collapse
 
mjablecnik profile image
Martin Jablečník

What can give me your glitter in compare with commitizen which I am using right now?

Collapse
 
milo123459 profile image
Milo

Oh, the type of message is customisabe. For example,
$1: $2: $3+

If you give the arguments:
hello world how are you
It'd be:
hello: world: how are you

Etc, you can change it to however you like, I don't think CZ can do that.

Collapse
 
milo123459 profile image
Milo

As far as I see, there isn't much of a difference. I'm working on interactivity for it (and that is no easy feat!) but yea, not much to change. I think the only big difference is the custom sub-command / scripts feature.