Atomic commit: Difference between revisions

Content deleted Content added
Push-f (talk | contribs)
Atomic commit convention: suggest the section to be merged to Changeset
Push-f (talk | contribs)
Line 43:
==Atomic commit convention==
 
{{Merge to|Changeset|date=November 2022|section=yes}}
 
When using a revision control systems a common convention is to use small commits. These are sometimes referred to as atomic commits as they (ideally) only affect a single aspect of the system. These atomic commits allow for greater understandability, less effort to roll back changes, easier bug identification.<ref>{{cite web |publisher=Apache |title=Subversion Best Practices |url=http://svn.apache.org/repos/asf/subversion/trunk/doc/user/svn-best-practices.html}}</ref>