Inside Git: How It Works and the Role of the .git Folder
How Git Works Internally
We use git in our day to day life , we use various commands like git add , git commit , git push, etc.
But very few of us know what actually happens internally, Git is used to help track the changes made to the project.
git b...