1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 06:55:41 +02:00

git-init: update Italian translation (#10168)

* git-init: update Italian translation
This commit is contained in:
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

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`