Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- GIT
- * [[tech:git:repo-lectura]] == cheatsheet * [[https://github.com/arslanbilal/git-cheat-sheet/blob/ma... * {{ :tech:git:zt_git_cheat_sheet.pdf |}} * [[https://nvie.com/posts/a-successful-git-branching-model/]] == doc * [[https://git-scm.com/book/es/v2]] * [[https://esparta.github.io/gitimmersion-spanish/index.html]] * [[htt
- git tips
- g origin/main git merge origin/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]] * [[https://www.atlassian.com/es/git/tutorials/syncing/git
- git repo server
- = git repo server == seguridad === protocolos [[https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#The-HTTP/S-Protocol]] * local * http(s) * Smart HTTP * Dumb HTTP * ssh * git === ssh * **git-shell** * ''usermod -s /usr/
- git alias
- = git alias * [[https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases]] == alias * <code bash>git c... cm ‘-c “user.name=matebcn” commit’</code> /via: [[https://git-scm.com/book/en/v2/Git-Basics-Git-Aliases]] +info: [[https://github.com/GitAlias/gitalias]]
- git diff[tool]
- /kdiff3 trustExitCode = false </code> /via: [[https://stackoverflow.com/questions/33308482/git-how-c... iff3-as-merge-tool-and-diff-tool]] == more * [[https://git-scm.com/docs/diff-format]] * [[https://git-scm.com/docs/git-diff]]
- git config
- user.email "mi@email"'' * ''git config --global http.sslVerify false'' : no verifica el certificado en peticiones por *https* * ''git config --global core.editor "%%'$(whi
- git submodulos
- <code bash>git rm --cached <path></code> /via: [[https://chrisjean.com/git-submodules-adding-using-removing-and-updating/]]\\ /via: [[https://stackoverflow.com/questions/3796927/how-to-git
- git autopush shell script
- <- no he hecho funcionar o no aporta * origin https://<user>:<pass>@<url> * certificado SSH? <-
- git diff
- = git diff {{tag>git}} /via: [[https://devconnected.com/how-to-compare-two-git-branches/]] == diferenci
- .git*
- ss = status --short </code> <code properties> # https://gist.github.com/johnpolacek/69604a1f6861129ef0
- git: fusion varios repos en 1 conservando historia
- os en 1 conservando historia {{tag>git}} /via: [[https://medium.com/@checko/merging-two-git-repositorie
- git LFS
- = git LFS {{tag>git}} Large File Storage /via: [[https://support.atlassian.com/bitbucket-cloud/docs/use
- git: migrar repositorio
- e errores subsanados en la explicación \\ /vía: [[https://maureenbarahona.medium.com/migrar-un-repositor
- git: replicación o duplicación de repositorios
- EPO_NEW git push --mirror origin </code> /vía: [[https://stackoverflow.com/questions/3959924/whats-the-