Skip to content

Instantly share code, notes, and snippets.

@anteaya
Last active December 14, 2015 06:09
Show Gist options
  • Save anteaya/5040083 to your computer and use it in GitHub Desktop.
Save anteaya/5040083 to your computer and use it in GitHub Desktop.
$ git add first_file.txt
$ tree .git
.git
├── branches
├── config
├── HEAD
├── index
├── objects
│ ├── 44
│ │ └── 10ed47ea8a5200397d85926fe7bbdd25d1408a
│ ├── info
│ └── pack
└── refs
├── heads
└── tags
8 directories, 4 files
[anita@anita-fedora git_sample]$ git log
fatal: bad default revision 'HEAD'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment