Inside Git: How It Works
Feb 14 · 3 min read · We all know that Git is a version control system, but many times the internal working of Git remains unclear. How does it actually track changes? What happens behind the scenes when a commit is made? And what exactly is stored inside the .git folder?...
Join discussion