.git/objects folder
Below you can see how the git folders tree looks like. I try to find out how does git works under the hood. I've discovered now objects folders which consist of 3 main parts of git (blob, tree, commit).
tree .git
.git
├── branches
├── COMMIT_EDITMSG...
funforfun.hashnode.dev6 min read