git-*: sync Spanish translation (#5893)

* git-config: sync Spanish translation

* git-lfs: sync Spanish translation

* git-log: sync Spanish translation

* git-remote: sync Spanish translation

* git-restore: sync Spanish translation

* git-show: sync Spanish translation

* git-status: sync Spanish translation

* git-switch: sync Spanish translation
This commit is contained in:
Ignacio Mattos
2021-05-04 14:18:41 -03:00
committed by GitHub
parent 27f99ebd23
commit 8939f2e0eb
8 changed files with 83 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
# git lfs
> Herramienta para trabajar con archivos grandes en repositorios Git.
> Trabaja con archivos grandes en repositorios de Git.
> Más información: <https://git-lfs.github.com>.
- Inicializa Git LFS:
@@ -26,3 +26,11 @@
- Introduce todos los objetos LFS en el servidor remoto (útil si se encuentran errores):
`git lfs push --all {{nombre_remoto}} {{nombre_de_la_rama}}`
- Trae todos los objetos de Git LFS:
`git lfs fetch`
- Verifica todos los objetos de Git LFS:
`git lfs checkout`