Inside Git: How It Works and the Role of the .git Folder
How Git works Internally?
Many people think that git keeps file difference, but it is not the case. Actually what git does that it keeps snapshots of different versions.
Every time you commit, Git takes a snapshot of your project and stores it intern...
inside-gitfolder.hashnode.dev3 min read