Folder Structure of .git (Part-3)
Git stores all repository data inside the hidden .git folder that is created when git init is executed. Git mainly stores data as objects inside .git/objects, where file contents are stored as blob ob
git-replica.hashnode.dev2 min read