Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- git tips
- igin/main</code> * [[https://www.atlassian.com/es/git/tutorials/syncing/git-fetch]] * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-checkout]] * [[https://www.atlassian.com/es/git/tutorials/using-branches/git-merge]] * [[http
- .git*
- == .gitconfig * ''~/.gitconfig'': <code properties> [alias] ck = checkout s = status... ss = status --short </code> <code properties> # https://gist.github.com/johnpolacek/69604a1f68... = push origin HEAD pogm = !git push origin gh-pages && git checkout master && git pull origin master && git rebase gh-pages && git push origin master && git checkout gh-page
- GIT
- at-sheet/blob/master/other-sheets/git-cheat-sheet-es.md]] * {{ :tech:git:workflow-of-version-control... g-model/]] == doc * [[https://git-scm.com/book/es/v2]] * [[https://esparta.github.io/gitimmersion... bitbucket tutorial]] * [[https://ohshitgit.com/es]] == todo <callout type="warning" title="git ext... /callout> <callout type="info" title="git submodules" icon="true">https://stackoverflow.com/questions/
- git, sacar archivos del indice git (.gitignore) @tech:git:dotfiles
- ice git (.gitignore) Gemini dixit: <markdown> Esa es una excelente pregunta y es importante entender cómo funciona Git con `.gitignore` y los ficheros ya existentes. ### ⚠️ Ficheros ya rastreados (Tracked Files) Si el directorio `data/cache` **ya existía** en tu r
- git RESET
- t reset <commit>'' : elimina los commits posteriores a <commit> y deja las modificaciones en el **working copy** * ''git reset HEAD~1'' : elimina el últ... t>^'' : elimina el commit seleccionado y posteriores <callout type="danger" title="elimina commits posteriores y elimina completamente las modificaciones" icon=
- git repo server
- t up a mirror of the source 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 (including remote-tracking branches, notes etc.) and sets up a refspec configuration
- git: fusion varios repos en 1 conservando historia
- ps://medium.com/@checko/merging-two-git-repositories-into-one-preserving-the-git-history-4e20d3fafa4e]... to_first_repo` git merge --allow-unrelated-histories first_repo/master</code> * ''-f'' hace que ha... tion is set up.) * ''--allow-unrelated-histories'' permite saltarse la restricción **fatal: refusing to merge unrelated histories** * separar en carpetas si necesario, corregir
- git submodulos
- os <code bash; v2.13+>git clone --recurse-submodules -j8 <url-git></code> <code bash; v2.8-v2.12>git c... s referencias **[submodule "..."]** en **.gitmodules** * eliminar las referencias en **.git/config... /code> /via: [[https://chrisjean.com/git-submodules-adding-using-removing-and-updating/]]\\ /via: [[https://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules]]
- git config
- mitimos el ámbito, muestra todas las configuraciones disponibles * ''git config --global user.name "Mi Nombre"'' * ''git config --global user.email "m... y false'' : no verifica el certificado en peticiones por *https* * ''git config --global core.editor
- git LFS
- /code> * se realizan cambios en ''.gitattributes'' que se tienen que commitear == add * como en... it, se añaden los ficheros:<code bash>git add <files></code> == other * problemes amb configuració ~/.ssh/config * <code bash>git lfs env</code> *
- git: migrar repositorio
- {{tag>git}} <callout type="warning" title="Errores" icon="true">Esta página contiene errores subsanados en la explicación \\ /vía: [[https://maureenbara... tags:<code bash>git push origin --tags “refs/remotes/origin/*:refs/heads/*”</code> * si solo quere
- git alias
- ttps://git-scm.com/book/en/v2/Git-Basics-Git-Aliases]] == alias * <code bash>git config --global al... ttps://git-scm.com/book/en/v2/Git-Basics-Git-Aliases]] +info: [[https://github.com/GitAlias/gitalias]]
- Anotaciones curso GIT
- = Anotaciones curso GIT * git init * git add * .gitignore * git diff [--staged][--cached] * ... * git tag [-l][-a][-m] * anotadas, ligeras * git show * patrones glob -> regexp simplificada
- git STASH
- * == listar * ''git stash list'' : lista sesiones en el stash * ''git stash show stash@{indice}''... da <callout type="danger" title="borra todas las sesiones stash" icon="true">git stash clear</callout>
- git DIFF
- s://devconnected.com/how-to-compare-two-git-branches/]] == diferencias en ficheros * mostrar difere