DEV Community

Discussion on: Git: Are you an over-committer? Squash those commits!

Collapse
 
nirebu profile image
Nicolò Rebughini

One thing I do to not having to count commits is use git rebase -i main (you can change main with the name of the main branch). It also helps in keeping in sync a feature branch on top of other people work.