Visualizing Git - Storage of Files and Space Savings

Published: 02 September 2023
on channel: A shot of code
186
8

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.
In this video using the VisualGit tool (https://visualgit.net) we examine the internals of Git as we setup a scenario to demonstrate the above


Watch video Visualizing Git - Storage of Files and Space Savings online without registration, duration hours minute second in high quality. This video was added by user A shot of code 02 September 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 186 once and liked it 8 people.