DEV Community

Discussion on: How conventional commits improved my git skills

Collapse
 
aditya profile image
Aditya Rao • Edited

"When using conventional commits I can't just collect all the changes I have made in a single commit."

I use to do this. Make a lot of changes in many files and dump them in a single commit. Now I commit small and often. But since the commits are small, I try to use as few words as possible, for the commit message. This results in non-descriptive commit messages.

I have to spend a bit more of my time on writing better, descriptive commit.

Thanks for your post.

Collapse
 
maniflames profile image
Maniflames • Edited

Messages are really a pain at times, I really hope this helps 😊