Cerca

Heus ací els resultats de la cerca.

GIT
15 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
git alias
6 Resultats, Darrera modificació:
dev = !git checkout dev && git pull origin dev staging = !git checkout staging && git pull origin staging master = !git checkout master && git pull origin po = push origin pod = push origin dev pos = push origin staging pom = push origin master poh = push origin H
Anotaciones curso GIT
4 Resultats, Darrera modificació:
init * git add * .gitignore * git diff [--staged][--cached] * git commit [-m "mensaje"][-a][--... al core.editor * git config --global alias.unstage 'reset HEAD ~' * git config --global alias.l... 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