Git Reset Deinit i aktualizuj submodule i ponownie klon wszystkie submoduły
$ git submodule foreach --recursive git reset --hard
DreamCoder
$ git submodule foreach --recursive git reset --hard
# unbinds all submodules
git submodule deinit -f .
# checkout again
git submodule update --init --recursive