Skip to content

Instantly share code, notes, and snippets.

@anteaya
Created February 26, 2013 20:32
Show Gist options
  • Save anteaya/5041896 to your computer and use it in GitHub Desktop.
Save anteaya/5041896 to your computer and use it in GitHub Desktop.
$ git add second_file.txt
$ tree .git
.git
├── branches
├── COMMIT_EDITMSG
├── config
├── HEAD
├── index
├── logs
│ ├── HEAD
│ └── refs
│ └── heads
│ ├── feature
│ └── master
├── objects
│ ├── 17
│ │ └── 7a4cbfdfc72694f4b93cb863ad6b97961943ae
│ ├── 44
│ │ └── 10ed47ea8a5200397d85926fe7bbdd25d1408a
│ ├── 52
│ │ └── 63fb5116b5582e7cd202899a30a7e5814ec05f
│ ├── d5
│ │ └── 61f82d45e267593220296ac3e956e47a98717f
│ ├── info
│ └── pack
└── refs
├── heads
│ ├── feature
│ └── master
└── tags
14 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment