Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- GIT
- modo seguro:<code bash>git fetch origin git log --oneline main..origin/main git checkout main git log ... icheros modificados en commit concreto> git log --oneline --max-count=10 git diff-tree --no-commit-id --name-only -r <COMMIT_ID> git show --pretty="" --name-only <COMMIT_ID> </code> <code bash seguir traza cambio
- git diff
- especto a un commit:<code bash> git show --stat --oneline <commit-id> git diff-tree --no-commit-id --name-only -r <commit-id> </code> * muestra diferencias ... /code> * menos información:<code bash>git log --oneline --graph --decorate --abbrev-commit branch1..
- git alias
- k = checkout s = status l = log --oneline --max-count=10 ll = log --pretty=for... \\ [%cn]" --decorate --numstat lg = log --oneline --decorate --graph ls = log --pretty
- Anotaciones curso GIT
- * git mv * git log [-p][-2][--stat][--pretty][--online][-n][--since][--until][--author][--all-match][-S] * online, short, full, fuller, format * !! git reset
- git diff[tool]
- cambiados respecto a un commit> git show --stat --oneline <commit-id> git diff-tree --no-commit-id --name-only -r <commit-id> </code> == configuración diffto
- git repo server
- = protocolos [[https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#The-HTTP/S-Protocol]] ... -%%bare. Compared to %%--%%bare, %%--%%mirror not only maps local branches of the source to local bran
- fusion varios repos en 1 conservando historia
- ium.com/@checko/merging-two-git-repositories-into-one-preserving-the-git-history-4e20d3fafa4e]] * c