1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

git-init: add Spanish translation

This commit is contained in:
ivanhercaz 2020-01-17 03:17:53 +00:00 committed by Iván Hernández Cazorla
parent 248e547b8a
commit 338abd942f

View file

@ -0,0 +1,12 @@
# git init
> Inicializa un nuevo repositorio git local.
> Más información: <https://git-scm.com/docs/git-init>.
- Inicializa un nuevo repositorio local:
`git init`
- Inicializa un repositorio vacío, adecuado para usarlo como remoto a través de ssh:
`git init --bare`