Git is a distributed version control software, which means you donโ€™t need an external server to use it. All the data that Git needs is stored in the .git folder. Git stores every single version of each file it tracks as a blob. Any change to the file content will generate a completely new blob object.

โ€ข7m read timeโ€ขFrom how-to.dev
Post cover image
Table of contents
.gitBlobsTreeCommitsBranches & tagsSummary
2 Comments

Sort: