Skip to main content

.gitdotconfig dir to store all content in repo

.git/hooks

.git dir with Git Hooks scripts to execute before/after git events

objects

.git dir for git as object db

config

.git file with local config settings

refs

.git dir to store tag/branch info

.git file to store ref to current Master Branch

index

.git binary file with Staging info

References

  1. init ↔ to initialize new empty .git repo for project

  2. .git/hooks.git dir with Git Hooks scripts to execute before/after git events

  3. git rm -rf .git ↔ to del .git from project

  4. objects.git dir for git as object db

  5. config.git file with local config settings

  6. refs.git dir to store tag/branch info

  7. HEAD.git file to store ref to current Master Branch

  8. index.git binary file with Staging info

  9. rm ↔ to del .git