Internal working of Git
In simple terms, git works as a key-value store.
Think of a table with keys, and values corresponding to each of them. The keys are unique, and are generated corresponding to the content they address. This key can later be used to retrieve that speci...
farhasalim.hashnode.dev3 min read