Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- git TAG @tech:git
- = git TAG {{tag>git comando}} * dos tipos: * lightweight: ligeros, hace referencia a un commit * anno... como autor, mensaje y fecha == añadir * ''git tag <tag>'' : crea tag ligero en el HEAD * ''git tag <tag> <commit>'' : crea tag ligero del commit con
- git tips @tech:git
- = git tips {{tag>git}} == git fetch VS git pull * git pull = git fetch (+ git checkout) + git merge ... 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
- DOCKER @tech:docker
- = DOCKER {{tag>devops info}} == related {{topic>docker&nodate&nouser&sort&tags}} == +info * [[tech:... * ''docker commit <id_contenedor> [REPOSITORY[:TAG]]'' : crea imagen de un contenedor === imágenes * ''docker pull debian[:<tag>]'' * ''docker images'' * ''-f'' o ''--filt... rmi <imagen_id>'': borrar una imagen * ''docker tag <imagen_id> <nuevo_nombre>'' asignar un nombre a
- terraform variables @tech:terraform
- project"])) == 0 error_message = "The project tag must be no more than 16 characters, and only cont... ent"])) == 0 error_message = "The environment tag must be no more than 8 characters, and only conta
- Dockerfile mariadb + SSL @tech:docker:dockerfile:examples
- = Dockerfile mariadb + SSL {{tag>dockerfile}} === Dockerfile <code ruby; Dockerfile> FROM mariadb:lates... onf.d/ssl.cnf </code> <code bash>docker build --tag mariadb:ssl .</code> == certificados <code bash>
- ansible @tech:ansible
- = ansible {{tag>devops info}} == related * [[info:cursos:udemy:ansible|]] == more * Filtros: [[ht
- docker swarm: official guide @tech:dockerswarm
- = docker swarm: official guide {{tag>devops docker swarm}} * [[https://docs.docker.com/engine/swarm/s
- git autopush shell script @tech:git
- = git autopush shell script {{tag>git}} script bash para hacer un commit de un repositorio GIT de maner
- git CHERRY-PICK @tech:git
- = git CHERRY-PICK {{tag>git comando}} permite importar un commit (de otra rama) a tu rama sin traer el
- git config @tech:git
- = git config {{tag>git}} == glosario * HEAD == @ * HEAD^ : commit anterior al HEAD * HEAD@{1.mon
- Anotaciones curso GIT @tech:git
- fetch * git pull * git push [--tags] * git tag [-l][-a][-m] * anotadas, ligeras * git show
- git DIFF @tech:git
- = git DIFF {{tag>git comando}} /via: [[https://devconnected.com/how-to-compare-two-git-branches/]] ==
- git diff[tool] @tech:git
- = git diff[tool] {{tag>git}} == básicos <code bash; mostrar diferencias entre working area y último com
- .git* @tech:git
- = .git* {{tag>git}} == .gitconfig * ''~/.gitconfig'': <code properties> [alias] ck = checkou
- git: fusion varios repos en 1 conservando historia @tech:git
- : fusion varios repos en 1 conservando historia {{tag>git}} /via: [[https://medium.com/@checko/merging