Skip to content

Instantly share code, notes, and snippets.

@anteaya
Created February 26, 2013 20:24
Show Gist options
  • Save anteaya/5041821 to your computer and use it in GitHub Desktop.
Save anteaya/5041821 to your computer and use it in GitHub Desktop.
$ git checkout -b feature
Switched to a new branch 'feature'
$ tree .git
.git
├── branches
├── COMMIT_EDITMSG
├── config
├── HEAD
├── index
├── logs
│ ├── HEAD
│ └── refs
│ └── heads
│ ├── feature
│ └── master
├── objects
│ ├── 17
│ │ └── 7a4cbfdfc72694f4b93cb863ad6b97961943ae
│ ├── 44
│ │ └── 10ed47ea8a5200397d85926fe7bbdd25d1408a
│ ├── d5
│ │ └── 61f82d45e267593220296ac3e956e47a98717f
│ ├── info
│ └── pack
└── refs
├── heads
│ ├── feature
│ └── master
└── tags
13 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment