DEV Community

Discussion on: How conventional commits improved my git skills

Collapse
 
skittishsloth profile image
Matthew Cory

Also check out sethrobertson.github.io/GitPostPro.... It discusses how to take a lot of smaller commits (which is a good practice of course) and use git rebase to make a single, well documented commit to push.

Collapse
 
maniflames profile image
Maniflames

I'll definitely check it out, seems like that one thing I'm still missing in my current flow