Consultar y Cambiar direcciones URL remotas

You are here:
Estimated reading time: < 1 min
  1. Abra el terminal.
  2. Cambiar el directorio de trabajo actual en tu proyecto local.
  3. Enumerar tus remotos existentes a fin de obtener el nombre de los remotos que deseas cambiar.
git remote -v
  1. Cambiar tu URL remota de con el comando
git remote set-url origin https://host.com/user/repository.git

Fuente: Cambiar la URL de un remoto – GitHub Docs

Was this article helpful?
Dislike 0
Views: 70