Inside Git: How It Works and the Role of the .git Folder
How Git Works Internally
Let’s start with a simple question : what actually happens when you save your code in Git ?
Most people think Git stores the changes you make to files - like "I added 5 lines to index.js" or "I deleted a function from app.js"...
devrahulll.hashnode.dev8 min read