Hacker News new | ask | show | jobs
Easier atomic commits in Git (blog.hashrocket.com)
4 points by adam_lowe 5141 days ago
1 comments

Gary Bernhardt's Destroy All Software screencast series includes some good points on why keeping commits atomic is a good idea, and Wikipedia has a good general description of this SCM "convention": http://en.wikipedia.org/wiki/Atomic_commit#Atomic_Commit_Con...