How Git Works Internally: Understanding the .git Folder, Objects, and Hashing
Most of us use Git daily.We type commands like git add, git commit, git push and our work gets saved. But honestly speaking, many developers don’t know what Git actually does inside. Git looks confusing only because we try to memorize commands instea...

