Last active
December 14, 2015 06:09
-
-
Save anteaya/5040083 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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