git-*: sync Spanish translation (#5858)

* git-add: sync Spanish translation

* git-branch: sync Spanish translation

* git-clone: sync Spanish translation

* git-commit: sync Spanish translation

* git-init: sync Spanish translation
This commit is contained in:
Ignacio Mattos
2021-04-30 10:00:36 -03:00
committed by GitHub
parent 7ebac33188
commit 20fab26167
5 changed files with 39 additions and 15 deletions

View File

@@ -7,6 +7,10 @@
`git init`
- Inicializa un repositio usando SHA256 como hash del objeto (requiere la versión 2.29+ de Git):
`git init --object-format={{sha256}}`
- Inicializa un repositorio vacío, adecuado para usarlo como remoto a través de ssh:
`git init --bare`