July 2018
Intermediate to advanced
354 pages
10h 57m
English
$ git logfatal: your current branch 'fresh-start' does not have any commits yet
Fresh start does not mean that you are starting from scratch. The files and directories that have been added to the repository still exist:
$ lsREADME.md a_sub_directory another-file.txt cat-me.txt hello_world.c$ git statusOn branch fresh-startNo commits yetChanges to be committed: (use "git rm --cached <file>..." to unstage) new file: README.md new file: a_sub_directory/readme new file: another-file.txt new file: cat-me.txt new file: hello_world.c
Read now
Unlock full access