When I run git status on my repo I get fatal: Not a git repository: /my repo/.git/modules/docs
fatal: Not a git repository: /my repo/.git/modules/docs
I\'ve checked and .git exists and contains HEAD with the
I solved this issue by reseting all git-submodules with
rm -rf .git/modules git submodule update --init