Cerca

Heus ací els resultats de la cerca.

git tips
9 Resultats, Darrera modificació:
fichero > git checkout <COMMIT|HEAD|HEAD^> <path_file> </code> <code bash (ohshitgit) recuperar un fic... a su hash git checkout [hash guardado] -- path/to/file # la version anterior del archivo estará en tu in... traza cambios a fichero> git log --follow -p -- <FILE> git log --stat <FILE> </code> * https://git-scm.com/docs/git-log <code bash>git whatchanged [<FILE>
Anotaciones curso GIT
2 Resultats, Darrera modificació:
hort, full, fuller, format * !! git reset HEAD <file> [--hard] * !! git checkout -- <file> * git remote [add][show][rename][rm] * git fetch * git pu
git DIFF
1 Resultats, Darrera modificació:
os * comparar un fichero específico entre 2 ramas:<code bash>git diff master..feature -- <file></code>
git LFS
1 Resultats, Darrera modificació:
= git LFS {{tag>git comando}} Large File Storage /via: [[https://support.atlassian.com/bitbucket-cloud/