Inside Git: How It Works and the Role of the .git Folder
Jan 30 · 3 min read · 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...
Join discussion