on

Cerca

Heus ací els resultats de la cerca.

GIT
6 Resultats, Darrera modificació:
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
3 Resultats, Darrera modificació:
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
2 Resultats, Darrera modificació:
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
2 Resultats, Darrera modificació:
* 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]
2 Resultats, Darrera modificació:
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
2 Resultats, Darrera modificació:
= 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
1 Resultats, Darrera modificació:
ium.com/@checko/merging-two-git-repositories-into-one-preserving-the-git-history-4e20d3fafa4e]] * c