Inside Git: How It Works and the Role of the .git Folder
TL;DR
Git saves full copies of project (snapshots), not line-by-line changes.Each version has a unique ID (hash) and is linked to the previous one.
The .git folder is where Git stores everything — fi
blog-rajharsh.hashnode.dev7 min read