How Git Works Internally
When we start learning Git, we usually memorize commands like git add, git commit, and git push.But deep inside, we still feel confused:
“What is Git actually doing behind the scenes?”
This article is my attempt to explain how Git works internally,...