1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00
tldr/pages.it/common/git-init.md
Marco Bonelli 36e37a07fd git-init: add Italian translation.
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de>
2020-01-10 23:21:56 +00:00

301 B

git init

Inizializza un nuovo repository Git locale. Maggiori informazioni: https://git-scm.com/docs/git-init.

  • Inizializza un nuovo repository locale:

git init

  • Inizializza un repository di soli dati, adatto per essere usato come server remoto accessibile via ssh:

git init --bare