01Guides the logical grouping of implementation code with relevant unit tests.
020 GitHub stars
03Provides specific criteria for separating unrelated changes into discrete commits.
04Applies the Single Responsibility Principle to Git version control workflows.
05Implements a 'Smell Test' to identify and split overloaded commits containing 'and'.
06Ensures commits are complete, functional, and independently testable.