Skip to content

Instantly share code, notes, and snippets.

@anteaya
Created February 26, 2013 20:41
Show Gist options
  • Save anteaya/5041969 to your computer and use it in GitHub Desktop.
Save anteaya/5041969 to your computer and use it in GitHub Desktop.
$ git commit -m 'this is my second commit, made to the topic branch named feature'
[feature edc4bc2] this is my second commit, made to the topic branch named feature
1 file changed, 1 insertion(+)
create mode 100644 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
│ ├── 54
│ │ └── ae9fb817ee985eeadb149c95820a2c85a53a26
│ ├── d5
│ │ └── 61f82d45e267593220296ac3e956e47a98717f
│ ├── ed
│ │ └── c4bc271061087657dbeb4e56970da8c84f4ac6
│ ├── info
│ └── pack
└── refs
├── heads
│ ├── feature
│ └── master
└── tags
16 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment