Explore Library
GitIntroduction & Core Concepts

42 items

QuizBeginner

Snapshots vs Deltas

Git stores each commit as a snapshot rather than as a set of file differences.

How does Git conceptually store data for each commit?