clase20200530
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previa | |||
clase20200530 [2021/06/19 15:38] – ignacio | clase20200530 [2021/06/19 15:49] (actual) – ignacio | ||
---|---|---|---|
Línea 18: | Línea 18: | ||
=== Instrucciones GitLab === | === Instrucciones GitLab === | ||
+ | 1.- Generar clave SSH: | ||
+ | |||
+ | ssh-keygen -b 4096 | ||
+ | |||
+ | Para entender más sobre SSH keys https:// | ||
+ | |||
+ | 2.- Ahora tenemos ya nuestra llave (key) publica y privada en ~/ | ||
+ | |||
+ | cat ~/ | ||
+ | |||
+ | 3.- Ahora ya podemos " | ||
+ | |||
+ | git clone git@gitlab.frba.utn.edu.ar: | ||
+ | |||
+ | Donde ignacio-bonelli y tp1.git serán su nombre y su repo particular. | ||
+ | |||
+ | 4.- Ya tenemos el repositorio en nuestra máquina y podemos operar sobre el... | ||
+ | |||
+ | touch README.md | ||
+ | git add README.md | ||
+ | git commit -m "add README" | ||
+ | git push -u origin master | ||
clase20200530.1624117110.txt.gz · Última modificación: 2021/06/19 15:38 por ignacio