diff --git a/README.md b/README.md new file mode 100644 index 0000000..b9cffa2 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ + +Clonar este repositorio ¿Necesita ayuda para clonar? Visite Ayuda. +Crear un nuevo repositorio desde línea de comandos +http://192.168.18.4:3000/admin/pyside6_contactos_sqlite.git + +touch README.md +git init +git checkout -b main +git add README.md +git commit -m "first commit" +git remote add origin http://192.168.18.4:3000/admin/pyside6_contactos_sqlite.git +git push -u origin main + +Hacer push de un repositorio existente desde línea de comandos + +git remote add origin http://192.168.18.4:3000/admin/pyside6_contactos_sqlite.git +git push -u origin main + +