Hacker News new | ask | show | jobs
by kevincox 791 days ago
The problem with Git is that it is actually a rich man's backup solution. It lets you do very detailed snapshotting and manipulation across versions. So when working on something it can be very helpful to have many commits during the work.

But I agree that it is usually best to then "refine" those into nice, working, logical chunks before sharing with others.