Slides / VideoIntermediate
Object Deduplication and Shared Blob Storage
Git stores each unique file content once as a blob keyed by its hash, so identical content is automatically deduplicated across commits and directories.
1 / 6
Git stores each unique file content once as a blob keyed by its hash, so identical content is automatically deduplicated across commits and directories.