This is the output of git status
:
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: FreeCodeCamp
no changes added to commit (use "git add" and/or "git commit -a")
FreeCodeCamp
is the root directory of my git project, and as such I can't perform ANY git commands. I have no idea how this happened, but it may be helpful to know what my common git commands are. On a regular basis, I simply add files to my git repo and then push them to the remote at the end of the day.
Does anyone know how this happened?