- .git
The .git directory
git init
- branches/
- index
- config
- description
- HEAD
- hooks/
- info/
- objects/
- refs/
- config holds your project specific configuration.
- objects/ holds the objects (blob, tree, commit)
- refs/ holds references to objects
- hooks/ the local and remote hooks.