Inside Git: How It Works and the Role of the .git Folder
How Git works internally and track changes ✅
Git does not track files, it tracks snapshots of your project. Every time you commit, Git saves the state of all files at that moment.
1️⃣ Working Directory
Your actual project files
Where you write and...
umangpincha.hashnode.dev3 min read