git-init: update Italian translation (#10168)

* git-init: update Italian translation
pull/23/head
Luca 2023-06-13 15:43:37 +02:00 committed by GitHub
parent d06d41d23a
commit 89725aa36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@
`git init`
- Inizializza un repository con il nome specificato per il ramo iniziale:
`git init --initial-branch={{nome_ramo}}`
- Inizializza un repository usando SHA256 per gli hash degli oggetti (richiede Git versione 2.29+):
`git init --object-format={{sha256}}`
- Inizializza un repository di soli dati, adatto per essere usato come server remoto accessibile via ssh:
`git init --bare`