Im soo gaddem stupid, I need some help here.
I was trying to get my project to Github and i created a repo in github. Then i did git clone ........git and after a few tryes, my project was gone.
I had some problems doign "git add ..." becouse "everything" on my mac was include, saw it when did git status. So i tryed to clear my git status. The command i did were
- git reset --HARD
- git checkout
- git clear
- git clear -xdf
- git clear -d
So buttom line is, where my project was, there is only the readme file from github after all this stupid things.
How can i undo this change and get my project back?