Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- git tips
- ombrado rama en local y remoto> git checkout <old_name> && git branch -m <new_name> # o git branch -m <old_name> <new_name> git push -u origin <new_name> # y comprobar en remoto que todo ha ido bien git push origin
- git alias
- <code bash>git config --global alias.cm ‘-c “user.name=matebcn” commit’</code> /via: [[https://git-scm.c
- git config
- ciones disponibles * ''git config --global user.name "Mi Nombre"'' * ''git config --global user.emai
- git DIFF
- neline <commit-id> git diff-tree --no-commit-id --name-only -r <commit-id> </code> * muestra diferenci
- git diff[tool]
- neline <commit-id> git diff-tree --no-commit-id --name-only -r <commit-id> </code> == configuración dif
- git: fusion varios repos en 1 conservando historia
- fetch inmediatamente (With -f option, git fetch <name> is run immediately after the remote information