DEV Community

Discussion on: When to make a Git Commit

Collapse
 
gonedark profile image
Jason McCreary

Break your work up into smaller chunks and commit those as they are ready. Maybe the project isn't done, but that piece of work is done.

There's nothing wrong with WIP commits, but based on what you described, it sounds like all your work is one big WIP commits. Which is obviously not helpful from a version control perspective.