Seite 1 von 1

Submodule entfernen

Verfasst: 03.03.2014, 09:42
von localhorst

Code: Alles auswählen

git submodule deinit <path_to_submodule>
git rm <path_to_submodule>
git commit-m "Removed submodule "
rm -rf .git/modules/<path_to_submodule>