It was the first time that I was using git, I wanted to import an existing project into github and everything was deleted. After search for an answer I think git deleted the
I don't believe you can recover those files and folders if you haven't committed them in the first place. Git can recover anything that you have committed into the repo, but if you didn't commit in the first place, it is not within the repo at all. This is partly the reason why I like to use git within a Dropbox folder.