Most developers use Git daily.Very few actually understand what’s happening inside it. If you’ve ever typed: git add . git commit -m "done" …and felt productive without knowing what Git actually did behind the scenes — this article is for you. Toda...

If you’ve been using git for a long time (or) just started your developer journey & are curious to know how git works behind the scenes. Then you’re at the right place. In this blog we will discuss the working and internals of git. Git is a Version C...
