1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00
tldr/pages.es/common/git-init.md
2020-02-09 00:49:30 +00:00

276 B

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