1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

git-init: add Italian translation.

Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de>
This commit is contained in:
Marco Bonelli 2020-01-10 21:48:40 +01:00 committed by Iván
parent 53cae8a217
commit 36e37a07fd

View file

@ -0,0 +1,12 @@
# 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`