I manually remove and add submodules by editing .gitmodules
however executing git submodule update --init --recursive
only clone moduleA which is existing before, my manually added submodule was not cloned. Running git submodule
also shows old submodules that have been removed while git submodule sync
only shows moduleA again. Is there a way to fix this?