Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- .git*
- amend -m dev = !git checkout dev && git pull origin dev staging = !git checkout staging && git pull origin staging master = !git checkout master && git pull origin po = push origin pod = push origin dev pos = push origin staging pom = push origin master poh =
- git tips
- it merge * modo seguro:<code bash>git fetch origin git log --oneline main..origin/main git checkout main git log origin/main git merge origin/main</code> * [[https://www.atlassian.
- git repo server
- == ssh * **git-shell** * ''usermod -s /usr/bin/git-shell <username>'' * **/etc/ssh/sshd_config**:<code> Match User git ForceCommand /usr/bin/git AllowTCPForwarding no X11Forwarding n... mmand="/opt/gitlab/embedded/service/gitlab-shell/bin/gitlab-shell key-1",no-port-forwarding,no-X11-for... hange.com/questions/489771/block-git-user-from-login-but-allow-the-user-to-still-function-as-a-git-rep
- git autopush shell script
- er <- no he hecho funcionar o no aporta * origin https://<user>:<pass>@<url> * certificado SSH? <- debería funcionar <code bash> #!/bin/bash cd <git_directory> [[ -z "$(git status --porcelain)" ]] || { git add . git commit -m "$(date +%Y-%m-%d)" git push origin master } </code>
- git diff[tool]
- #git config --global mergetool.kdiff3.path "/usr/bin/kdiff3" #git config --global mergetool.kdiff3.tru... 3 git config --global difftool.kdiff3.path "/usr/bin/kdiff3" git config --global difftool.kdiff3.trust... ol = kdiff3 [mergetool "kdiff3"] path = /usr/bin/kdiff3 trustExitCode = false [diff] ... ool = kdiff3 [difftool "kdiff3"] path = /usr/bin/kdiff3 trustExitCode = false </code> /via: [[
- git: migrar repositorio
- del repositorio<code bash>git remote set-url origin <URL_REPO_DESTINO></code> - enviar todos los commits, ramas y tags:<code bash>git push origin --tags “refs/remotes/origin/*:refs/heads/*”</code> * si solo queremos llevarnos una rama:<code bash>git push -u origin master</code>
- git: replicación o duplicación de repositorios
- e hacer un --bare antes?) git remote -set-url origin $URL_REPO_NEW git push --mirror origin </code> /vía: [[https://stackoverflow.com/questions/3959924/w... sename $URL) && git remote add --mirror=fetch origin $URL)</code> <code bash; github doc> git clone --... REPO cd $PATH_REPO git push --mirror $URL_NEW_REPO (o cambiar origin y un git push --mirror ?) </code>
- git LFS
- code bash>git lfs env</code> * ''.lfsconfig'' * <code bash>git push --no-verify origin main</code>
- git submodulos
- rio 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
- git, sacar archivos del indice git (.gitignore) @tech:git:dotfiles
- lí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
- mite importar un commit (de otra rama) a tu rama sin traer el histórico (solo el commit en sí) * ''
- git config
- fig * <code bash>git config --list --show-origin</code> * ''git config [--global] --list'' : si
- git MERGE
- ''ff'' -> fastforward : se integra en una línea, sin mostrar las particularidades de una rama que ha s