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:
parent
248e547b8a
commit
338abd942f
1 changed files with 12 additions and 0 deletions
12
pages.es/common/git-init.md
Normal file
12
pages.es/common/git-init.md
Normal 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`
|
Loading…
Add table
Reference in a new issue