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.
2 Comments
Sort: