Most if the developers uses Git everyday doing - git init , git add , git commit but very few of them knows how the git actually handle all these commit internally

In this blog , we'll look inside Git , how it works internally , and explore the important role of .git folder

What is Git? ( Quick Recap )

Git is a version control system that...