Skip to content

Instantly share code, notes, and snippets.

@anteaya
Last active December 14, 2015 06:08
Show Gist options
  • Save anteaya/5039992 to your computer and use it in GitHub Desktop.
Save anteaya/5039992 to your computer and use it in GitHub Desktop.
$ git init .
Initialized empty Git repository in /home/anita/work/openstack/git_sample/.git/
$ tree .git
.git
├── branches
├── config
├── description
├── HEAD
├── hooks
│ ├── applypatch-msg.sample
│ ├── commit-msg.sample
│ ├── post-update.sample
│ ├── pre-applypatch.sample
│ ├── pre-commit.sample
│ ├── prepare-commit-msg.sample
│ ├── pre-rebase.sample
│ └── update.sample
├── info
│ └── exclude
├── objects
│ ├── info
│ └── pack
└── refs
├── heads
└── tags
9 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment