Understanding Git Internals: The Purpose of .git Folder
Ever wondered how Git works internally. What exactly gets created when you run git init,and what changes occur inside Git when you execute commands like git add?Lets explores what happen behind the scenes of so-called .git folder?
The .git Folder
Whe...
surajjena.hashnode.dev3 min read