remover subprojeto do git

# git submodule deinit subprojeto
# git rm subprojeto
# git rm --cached subprojeto
# rm -rf .git/modules/subprojeto

Comentários