A system for recording and comparing changes to a codebase.
Git stores snapshots called commits and lets developers inspect diffs, create branches, combine work, and recover earlier states. In an agent workflow, Git is the evidence layer that shows exactly what changed and the isolation layer that keeps concurrent work from silently overwriting itself.