Inside Git: How It Works and the Role of the .git Folder
Hey there developers!
By now, you probably know how to use Git commands.
You’ve typed things like:
git init
git add
git commit
And everything works.
But have you ever stopped and wondered:
What is Git actually doing behind the scenes?Where does...
tejasxdev.hashnode.dev4 min read