great article about #microcommits --> https://www.industriallogic.com/blog/whats-this-about-micro-commits/
I'm also a fan of committing often, but this takes it to another level. Have to try it out!
If you want to get a lot of the benefits from #microcommits, but want to end up with slightly larger #commits in the commit history, @nikoheikkila has a take on that where he uses temporary commits that he squashes, using a handful of nice git aliases. #programming
Check it out: https://nikoheikkila.fi/blog/a-practical-guide-to-micro-commits/
#microcommits #commits #programming