Inside Git: How It Works and the Role of the .git Folder
The .git folder is where Git stores everything about your project’s history. Every commit you’ve ever made, every file version, every branch pointer » all of it lives here.
If you’re curious, you can explore it yourself. The .git folder is hidden by...
tech2say.hashnode.dev4 min read