Inside Git : How It Works and the Role of the .git Folder
How Git Works Internally
When we use Git we mostly run commands like git add and git commit but behind the scenes Git is doing a lot of smart work to keep our code safe and organized. Git doesn’t just save files randomly. It stores everything in a st...
git2-mistryrushi.hashnode.dev2 min read