Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- git submodulos
- orio que configura el submódulo está en HEADLESS (sin rama especificada) * se debe:<code bash>cd <p... submodule init** * eliminar los directorios (sin la barra final): <code bash>git rm --cached <path... a: [[https://chrisjean.com/git-submodules-adding-using-removing-and-updating/]]\\ /via: [[https://stack
- git tips
- * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-checkout]] * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-merge]] * [[https://www.atlassian
- git, sacar archivos del indice git (.gitignore) @tech:git:dotfiles
- plícitamente del índice (el *staging area*), pero sin borrarlos de tu sistema de ficheros local. Utili... `` 2. **Elimina los ficheros del índice de Git (sin borrarlos del disco):** ```bash git rm -
- git CHERRY-PICK
- rmite importar un commit (de otra rama) a tu rama sin traer el histórico (solo el commit en sí) * ''
- Anotaciones curso GIT
- it log [-p][-2][--stat][--pretty][--online][-n][--since][--until][--author][--all-match][-S] * onli
- git: fusion varios repos en 1 conservando historia
- es'' permite saltarse la restricción **fatal: refusing to merge unrelated histories** * separar en ca
- git MERGE
- ''ff'' -> fastforward : se integra en una línea, sin mostrar las particularidades de una rama que ha s
- GIT
- ttps://www.kevinkuszyk.com/2018/12/10/git-tips-6-using-git-with-multiple-email-addresses/]]</callout>
- git TAG
- o referencia para movernos al commit asociado == sincronizar * ''git push <remote> refs/tags/<tag>''