Git: Remover repositorio remoto

$ git remote -v
modelo https://gitlab.com/development-incolume/projeto_modelo.git (fetch) modelo https://gitlab.com/development-incolume/projeto_modelo.git (push) origin https://gitlab.com/development-incolume/incolumepy.testes.git (fetch) origin https://gitlab.com/development-incolume/incolumepy.testes.git (push)
$ git remote rm modelo

Comentários