rename git to Git

This commit is contained in:
lucas schneider
2021-01-07 11:06:38 -03:00
committed by Starbeamrainbowlabs
parent 2ec5fb9d50
commit eef3712fc3
104 changed files with 149 additions and 149 deletions

View File

@@ -1,6 +1,6 @@
# git lfs
> Herramienta para trabajar con archivos grandes en repositorios git.
> Herramienta para trabajar con archivos grandes en repositorios Git.
> Más información: <https://git-lfs.github.com>.
- Inicializa Git LFS:
@@ -11,7 +11,7 @@
`git lfs track '{{*.bin}}'`
- Cambia la URL a la que apunta Git LFS (útil si el servidor LFS está separado del servidor git):
- Cambia la URL a la que apunta Git LFS (útil si el servidor LFS está separado del servidor Git):
`git config -f .lfsconfig lfs.url {{url_del_punto_de_acceso_LFS}}`