Git Under the Hood: A Simple Guide to How It Works
Most people use Git like a magic box. They type commands, and things "just work." But Git isn't magic. It is actually a very organized filing system.
Here is how it works internally.
1. The .git Folder
When you run git initGit creates a hidden folder...
naitikagarwaliitb.hashnode.dev3 min read