Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- git, sacar archivos del indice git (.gitignore) @tech:git:dotfiles
- torio y contenía ficheros que Git ya estaba rastreando (*tracked*) cuando añadiste la línea `data/cache/*` al `.gitignore`, **estos ficheros seguirán siendo... stema de ficheros local. Utiliza el siguiente comando: ```bash git rm -r --cached data/cache ``` #### Explicación del comando * **`git rm`**: El comando para eliminar fich
- GIT
- = GIT {{tag>devops info}} == related === comandos {{NEWPAGE>tech:git}} {{topic>git +comando}} === cursos {{topic>git +cursos}} === + info {{NEWPAGE>tech:git}} {{topic>git -cursos -comando}} * [[tech:git:server]] * [[tech:git:curs]] ... tml</callout> <callout type="info" title="git command tricks" icon="true">https://medium.freecodecamp.o
- git tips
- ll --rebase origin develop </code> <code bash comandos con TAGs> git tag [-l] git show <tag> git tag -... car con SQUASH aquellos que queramos fusionar, dejando el mayor ancestro como destinatario de todos ell... drop </code> <code bash anular último commit dejando en working area> git reset HEAD~1 </code> == fi... ichero > # busca el hash del commit anterior de cuando se cambio el archivo git log # usa las flechas p
- git MERGE
- = git MERGE {{tag>git comando}} fusión a 3 bandas entre los dos últimos commits de las dos ramas y el ancestro común == 2 maneras... ** se trae todo el historial de esa rama == mergeando * ''git merge <rama>'' : merge de la rama actu
- git repo server
- /sshd_config**:<code> Match User git ForceCommand /usr/bin/git AllowTCPForwarding no X11For... itlab-ce**:<code ; ~git/.ssh/authorized_keys> command="/opt/gitlab/embedded/service/gitlab-shell/bin/gi... (including remote-tracking branches, notes etc.) and sets up a refspec configuration such that all the
- git LFS
- = git LFS {{tag>git comando}} Large File Storage /via: [[https://support.atlassian.com/bitbucket-cloud... t lfs track # ver que seguimientos se estan realizando git lfs track "<pattern>" # puede ser directorio
- git REVERT
- = git REVERT {{tag>git comando}} revierte los cambios de un commit haciendo otro commit * ''git reve... saje de commit (acción por defecto en línea de comando) * ''%%--no-edit%%'' : lo contrario * ''gi
- git submodulos
- e> * eliminar submódulo: * no existe aún comando para hacerlo * eliminar las referencias **[s... hrisjean.com/git-submodules-adding-using-removing-and-updating/]]\\ /via: [[https://stackoverflow.com/q
- git CHERRY-PICK
- = git CHERRY-PICK {{tag>git comando}} permite importar un commit (de otra rama) a tu rama sin traer el
- git DIFF
- = git DIFF {{tag>git comando}} /via: [[https://devconnected.com/how-to-compare-two-git-branches/]] ==
- git diff[tool]
- s/33308482/git-how-configure-kdiff3-as-merge-tool-and-diff-tool]] == more * [[https://git-scm.com/do
- .git*
- o></code> Eliminar archivos que se estaban rastreando y que se han añadido posteriormente a .gitignore
- git: fusion varios repos en 1 conservando historia
- = git: fusion varios repos en 1 conservando historia {{tag>git}} /via: [[https://medium.com/@checko/me
- git REBASE
- = git REBASE {{tag>git comando}} <callout type="warning" title="reescritura de la historia" icon="true
- git: replicación o duplicación de repositorios
- 924/whats-the-difference-between-git-clone-mirror-and-git-clone-bare]] <code bash>git clone --mirror $U