Git Internals
Introduction
Git is a content-addresable-filesystem which smartly stores the snapshot of our project. It saves complete pictures of our entire project at each moment. The magic is in how it uses cryptographic hashing to ensure nothing ever gets lost ...
codingwoding.hashnode.dev6 min read