Inside Git: How It Works and the Role of the .git Folder
Introduction
Let me be honest when I first started using Git, I was just blindly following commands:
git init
git add .
git commit -m "First commit"
In this blog, I’ll break down what happens under the hood how Git stores your files, what lives ...
blog.prakashtsx.me3 min read