I mistakenly have deleted all the files in the local repository via command git clean -xdf
which did not commit for once since the creation. One of my codes was not working. It prompted me to use
git clean -xdf.
It removed all the files and my data. Is there any way to recover these?