What Git actually stores
Git stores whole snapshots as content-addressed objects, not differences between versions. Here is the proof, from the object database itself.
Git stores whole snapshots as content-addressed objects, not differences between versions. Here is the proof, from the object database itself.