2commit
This commit is contained in:
+1
-1
@@ -64,10 +64,10 @@ 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 -v Ver el remoto actual
|
||||||
git remote set-url origin NUEVA_URL Cambiar el remoto
|
git remote set-url origin NUEVA_URL Cambiar el remoto
|
||||||
git remote remove origin Eliminar 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 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)
|
git pull origin main Obtener Cambios del Repositorio Remoto (actualizar el codigo)
|
||||||
|
|||||||
Reference in New Issue
Block a user