This commit is contained in:
2026-08-04 19:32:55 +02:00
parent 46901fbb7f
commit 4b228d87e6
+2 -2
View File
@@ -62,12 +62,12 @@ git push --force origin main
-------------------
**REPOSITORIOS**
**REPOSITORIOS**
git remote add origin NUEVA_URL Agregar un nuevo remoto
git remote -v Ver el remoto actual
git remote set-url origin NUEVA_URL Cambiar el remoto
git remote remove origin Eliminar el remoto
git remote add origin NUEVA_URL Agregar un nuevo remoto
git remote add origin https://github.com/tu-usuario/tu-repositorio.git Conectar el repositorio local con GitHub git remote add origin URL_DEL_REPO Añadir repositorio remoto (github, gitlab, etc...)
git pull origin main Obtener Cambios del Repositorio Remoto (actualizar el codigo)