#5 Inside Git: How It Works and the Role of the .git Folder
Most developers use Git every day, but few look under the hood. While it feels like magic, Git is actually a very simple content-addressable filesystem. Everything Git knows about your project is stored in one place: the hidden .git folder.
1. What i...
annodiya.hashnode.dev3 min read