Understanding Git Internals
We use Git every day - git add, git commit, git push - but have you ever wondered what actually happens when you run these commands? Let's peek under the hood and understand how Git really works.
The .git Folder: Git's Brain
When you run git init, Gi...
learnwithrahul.hashnode.dev3 min read