I just initialized .git folder to my project with git init
command. It was a problem and I just wanted to make git reset --hard
and try again. But reset --hard
command deleted all the files that I haven't committed yet. Right now it is a empty folder with just a .git folder :(.
Can I go back to initialized time that does not have any changes yet with git. Because there is also nothing in the recycle bin.