I cloned a git repo some time ago. After cloning the repo it had source files and a .git
folder. Now there is only the .git
folder. Somehow the files were deleted (a long time back).
These are the contents of the .git
folder:
Mic-Pro:sample.git mic$ ls
HEAD config config_ description hooks info objects refs
git status
says the directory is not a git repo. Given only that .git
folder, is there any way to recover those files?
I can't clone the repo as its not available anymore