Inside Git: How It Works and the Role of the .git Folder
Jan 16 · 4 min read · Hello everyone,In this blog we will see how Git actually works internally, what are the objects, and what is the .git folder. In the previous blog, we have already seen how we can initialize Git and add files using different commands.Now let’s unders...
Join discussion