I'm new to Git. I don't remember exactly what I did a few days ago, but this is what used to be:
In my WSL Ubuntu I had these folders, some which were also repos on GitHub:
BytePhase1/
flask_tutorial/
acrainier1.github.io/
jpnProject/
lectureReactJS/
api_calls/
reactJS/
replicants/
terminalTraderRepo/
MORE IMPORTANTLY, inside acrainier1.github.io
, there WAS ONLY readme.md
, index.html
and index.css
.
Then I did some git remote voodoo magic and my entire Ubuntu directory is now INSIDE acrainier1.github.io
, INCLUDING acrainier1.github.io
(HERE: https://github.com/acrainier1/acrainier1.github.io )
However the second layer of acrainier1.github.io
is empty when I cd
into it.
And, I cannot find the readme/html/css files.
If you go to acrainier1.github.io on browser, my index.html
resume still renders....lolz what?
How can I undo what I don't even know what I did?
I remember making some repos and trying to clone them.
In the end I deleted them. GitHub is hella confusing.