Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- GIT
- } == related === comandos {{NEWPAGE>tech:git}} {{topic>git +comando}} === cursos {{topic>git +cursos}} === + info {{NEWPAGE>tech:git}} {{topic>git -cursos -comando}} * [[tech:git:server]]... t tutorial]] * [[https://ohshitgit.com/es]] == todo <callout type="warning" title="git extras" icon
- git diff[tool]
- = git diff[tool] {{tag>git}} == básicos <code bash; mostrar diferencias entre working area y último co... n difftool <code bash> #git config --global merge.tool kdiff3 #git config --global mergetool.kdiff3.pa... /code> <code properties; .gitignore> [merge] tool = kdiff3 [mergetool "kdiff3"] path = /usr/b... stions/33308482/git-how-configure-kdiff3-as-merge-tool-and-diff-tool]] == more * [[https://git-scm.
- git tips
- -u origin <new_name> # y comprobar en remoto que todo ha ido bien git push origin :<old_name> # elimi... ar el pasado(rebase/reset) <code bash (ohsgitgit) todo lo hecho, en todas las ramas>git reflog # cada entrada tiene un HEAD@{index}</code> <code bash (ohs... r, dejando el mayor ancestro como destinatario de todos ellos # git push origin <rama> -f # fuerza la
- git: migrar repositorio
- reenbarahona.medium.com/migrar-un-repositorio-con-todos-sus-commits-y-todas-sus-ramas-ccd2c5e6d389]] </callout> - crear un repositorio vacío en el prove... t-url origin <URL_REPO_DESTINO></code> - enviar todos los commits, ramas y tags:<code bash>git push
- git repo server
- 9771/block-git-user-from-login-but-allow-the-user-to-still-function-as-a-git-repo]] == repositorio [[... rce repository. This implies %%--%%bare. Compared to %%--%%bare, %%--%%mirror not only maps local branches of the source to local branches of the target, it maps all refs (i
- git: fusion varios repos en 1 conservando historia
- nar:<code bash>git remote add -f first_repo `link_to_first_repo` git merge --allow-unrelated-histories... permite saltarse la restricción **fatal: refusing to merge unrelated histories** * separar en carpet
- git TAG
- al repositorio * ''git push %%--%%tags'' : sube todos los tags * ''git pull %%--%%tags'' : descarga todos los tags
- git config
- global] --list'' : si omitimos el ámbito, muestra todas las configuraciones disponibles * ''git conf
- git DIFF
- it comando}} /via: [[https://devconnected.com/how-to-compare-two-git-branches/]] == diferencias en fi
- git LFS
- l --local # si no se especifica --local, afecta a todos los repos de la sesión, con --local solo al ac
- git MERGE
- }} en ambos casos, al hacer el **merge** se trae todo el historial de esa rama == mergeando * ''gi
- git STASH
- sión indicada <callout type="danger" title="borra todas las sesiones stash" icon="true">git stash clea
- git submodulos
- ating/]]\\ /via: [[https://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules]]
- GIT: unable to create thread: Resource temporarily unavailable @tech:git:error
- = GIT: unable to create thread: Resource temporarily unavailable {{tag>git}} <code bash>git fsck git