DEV Community

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

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.