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 FETCH
- las cartas" (no mezclas los cambios con tu código todavía). --- ## 1. Qué verás en la terminal al ej... ieres saber si hay cambios sin "ensuciar" tu rama todavía, el proceso ideal es: 1. **`git fetch`**: D
- git filter-repo
- rectorio/ </code> * **¿Qué hace esto?** Borra todo lo que no esté en esa carpeta, mueve el conteni... la carpeta a la raíz del repositorio y reescribe todo el historial para que parezca que los demás arc
- 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 LFS
- l --local # si no se especifica --local, afecta a todos los repos de la sesión, con --local solo al ac... 2/usuario/repo.git</code> - Forzar la subida de todos los objetos LFS:<code bash>git lfs push nuevo-
- 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 rename branch (master to main)
- = Git rename branch (master to main) {{tag>git}} == procedimiento - renombrar rama en local:<code b
- 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