Cerca

Heus ací els resultats de la cerca.

GIT
12 Resultats, Darrera modificació:
= GIT {{tag>devops info}} == related {{topic>git}} * [[tech:git:server]] * [[tech:git:curs]] * [... evelop </code> <code bash comandos con TAGs> git tag [-l] git show <tag> git tag -a <TAG> -m "<MENSAJE>" # tag local annotated git push origin <TAG> # subir tag a remoto git
Anotaciones curso GIT
1 Resultats, Darrera modificació:
fetch * git pull * git push [--tags] * git tag [-l][-a][-m] * anotadas, ligeras * git show
Crear repositorio de solo lectura (para algunos)
1 Resultats, Darrera modificació:
rear repositorio de solo lectura (para algunos) {{tag>git}} * Crear repo: <code bash>mkdir mi_reposit