Cerca

Heus ací els resultats de la cerca.

GIT
13 Resultats, Darrera modificació:
= GIT {{tag>devops info}} == related {{topic>git}} * [[tech:git:server]] * [[tech:git:curs]] * [... e origin develop </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> # subi
Anotaciones curso GIT
2 Resultats, Darrera modificació:
e][rm] * git fetch * git pull * git push [--tags] * git tag [-l][-a][-m] * anotadas, ligeras * git show * patrones glob -> regexp simplifica
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