1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:42:10 +02:00
tldr/pages.es/common/git-init.md
2021-01-08 13:09:54 +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