Skip to content

Instantly share code, notes, and snippets.

@miqui
Created October 27, 2015 00:36
Show Gist options
  • Save miqui/fdd5f68697a5be340767 to your computer and use it in GitHub Desktop.
Save miqui/fdd5f68697a5be340767 to your computer and use it in GitHub Desktop.
git metadata
Tree -L 1
.
| - HEAD # The git branch in which the project is currently in the
| - Config # project configuration information, git config command will change it
| - Description # description of project
| - Hooks / # system default hook scripts directory
| - Index # index file
| - History logs / # of each refs
| - Objects / # Git local repository for all objects (commits, trees, blobs, tags)
`- Refs / # identifies your project in each of the branch points which submitted
(Commit). (Maybe now there are other files / directories in 'Git directory' inside, but now they are not important)
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment