DEV Community

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

Collapse
 
towbee98 profile image
Tobiloba

I have a question , IS it possible to have multiple types in a single commit message

Collapse
 
lakshayasood profile image
Lakshaya Sood

its a good practice to have atomic commits. Commit as small as a change can be labeled. Later you can git squash them in one big commit having release tag or feature tag

Collapse
 
andersbilllinden profile image
Anders Lindén • Edited

Yes, a good way of forcing better commits to only allow one scope.

Collapse
 
andersbilllinden profile image
Anders Lindén

That should make the commits composite instead of atomic, which we maybe want to avoid.