$ git init Initialized empty Git repository in /tmp/bar/.git/ $ echo a > file $ git add file $ tree .git .git ├── branches ├── config ├── description ├── HEAD ├── hooks ├── index ├── info │   └── exclude ├── objects │   ├── 78 │   │   └── 981922613b2afb6025042ff6bd878ac1994e85 │   ├── info │   └── pack └── refs ├── heads └── tags 10 directories, 15 files $ git --no-pager show 78981922613b2afb6025042ff6bd878ac1994e85 a