Inside Git: How It Works and the Role of the .git Folder
if we think deeper in git, git is not a file tracker, it’s an kinda content warehouse, that stores snapshots of our code over the time in hashed/crpytographic hash way.Everything Git does revolves around:ObjectsHashesReferences
The .git/ directory
...
aalampatilblogs.hashnode.dev3 min read