subgit - ¿Por qué `git remote` no muestra nada en mi git-svn repo?
migrate svn to git with branches (1)
Después de hacer git svn init -s <url to repo>
, git remote
no muestra ningún control remoto. ¿Por qué?
Porque un "control remoto" de subversión no es un control remoto git real. Pruebe git svn info
para ver la información remota para el repositorio de subversión.