Skip to content

Instantly share code, notes, and snippets.

@anteaya
Last active December 14, 2015 06:19
Show Gist options
  • Save anteaya/5041709 to your computer and use it in GitHub Desktop.
Save anteaya/5041709 to your computer and use it in GitHub Desktop.
$ git commit -m 'adding my first file'
[master (root-commit) d561f82] adding my first file
1 file changed, 1 insertion(+)
create mode 100644 first_file.txt
$ tree .git
.git
├── branches
├── COMMIT_EDITMSG
├── config
├── HEAD
├── index
├── logs
│ ├── HEAD
│ └── refs
│ └── heads
│ └── master
├── objects
│ ├── 17
│ │ └── 7a4cbfdfc72694f4b93cb863ad6b97961943ae
│ ├── 44
│ │ └── 10ed47ea8a5200397d85926fe7bbdd25d1408a
│ ├── d5
│ │ └── 61f82d45e267593220296ac3e956e47a98717f
│ ├── info
│ └── pack
└── refs
├── heads
│ └── master
└── tags
13 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment