Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- git tips
- = git tips {{tag>git}} == git fetch VS git pull * git pull = git fetch (+ git checkout) + git merge ... e origin develop </code> <code bash comandos con TAGs> git tag [-l] git show <tag> git tag -a <TAG> -m "<MENSAJE>" # tag local annotated git push origin <TAG> # subi
- .git*
- = .git* {{tag>git}} == .gitconfig * ''~/.gitconfig'': <code properties> [alias] ck = checkou... 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 po
- Anotaciones curso GIT
- init * git add * .gitignore * git diff [--staged][--cached] * git commit [-m "mensaje"][-a][--... al core.editor * git config --global alias.unstage 'reset HEAD ~' * git config --global alias.l... e][rm] * git fetch * git pull * git push [--tags] * git tag [-l][-a][-m] * anotadas, ligeras * git show * patrones glob -> regexp simplifica
- git: migrar repositorio
- = git: migrar repositorio {{tag>git}} <callout type="warning" title="Errores" icon="true">Esta página ... INO></code> - enviar todos los commits, ramas y tags:<code bash>git push origin --tags “refs/remotes/origin/*:refs/heads/*”</code> * si solo queremos
- git autopush shell script
- = git autopush shell script {{tag>git}} script bash para hacer un commit de un repositorio GIT de maner
- git config
- = git config {{tag>git}} == glosario * HEAD == @ * HEAD^ : commit anterior al HEAD * HEAD@{1.mon
- git diff
- = git diff {{tag>git}} /via: [[https://devconnected.com/how-to-compare-two-git-branches/]] == diferenc
- git diff[tool]
- = git diff[tool] {{tag>git}} == básicos <code bash; mostrar diferencias entre working area y último com
- git: fusion varios repos en 1 conservando historia
- : fusion varios repos en 1 conservando historia {{tag>git}} /via: [[https://medium.com/@checko/merging
- git LFS
- = git LFS {{tag>git}} Large File Storage /via: [[https://support.atlassian.com/bitbucket-cloud/docs/us
- git: replicación o duplicación de repositorios
- git: replicación o duplicación de repositorios {{tag>git}} <code bash; replicar un repositorio (by ma
- Crear repositorio de solo lectura (para algunos)
- rear repositorio de solo lectura (para algunos) {{tag>git}} * Crear repo: <code bash>mkdir mi_reposit
- GIT
- = GIT {{tag>devops info}} == related === cursos {{topic>git +cursos}} === + info {{NEWPAGE>tech:git}}
- git submodulos
- = git submodulos {{tag>git}} == clonar incluyendo submódulos <code bash; v2.13+>git clone --recurse-sub
- GIT: unable to create thread: Resource temporarily unavailable @tech:git:error
- create thread: Resource temporarily unavailable {{tag>git}} <code bash>git fsck git prune git repack g