Inside Git: How It Works and the Role of the .git Folder
How Git Works Internally
Git is essentially a persistent map of Keys and Values. Values are your file contents, and the Keys are unique 40-character strings (a SHA-1 hash) generated based on that content. When you save a file in Git, it doesn't care ...
how-git-works-by-rahul.hashnode.dev3 min read