My Virtual machine crashed while trying to merge one local branch to another. After I restarted that machine I receive the following error when trying to do anything Git-Related:
git pull
fatal: not a git repository (or any of the parent directories): .git
There is a .git - subfolder which (on first sight) looks like just an ordinary git-folder containing .config .HEAD and so on
(Please don't mark this as duplicate for those questions where the op was just in the wrong directory. That is NOT the issue here)
(update) I just checked the source files I changed. They are completely destroyed containing only "NUL" - Values. So I guess there is no way I can retrieve any of my work done. So Checkout and start all over again it is, then.