[[Version control principle]] - make each [[Commit|commit]] a logical unit of [[Change|change]]: > Each [[Commit|commit]] should represent a single task, feature, or fix, making it easier to review history and revert changes if necessary. ^principle