Visualizing Git - Storage of Files and Space Savings #VisualGit

preview_player
Показать описание
Git stores files internally using the Hash of the file contents. This means that files with identical contents will only be stored internally once and each file that has these contents will point the to same 'blob'. This is a by product of Git using Hashes for storage and results in some space savings when this occurs.
Рекомендации по теме
visit shbcf.ru