mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 09:15:44 +02:00
git-init: update Italian translation (#10168)
* git-init: update Italian translation
This commit is contained in:
parent
d06d41d23a
commit
89725aa36f
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@
|
||||||
|
|
||||||
`git init`
|
`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:
|
- Inizializza un repository di soli dati, adatto per essere usato come server remoto accessibile via ssh:
|
||||||
|
|
||||||
`git init --bare`
|
`git init --bare`
|
||||||
|
|
Loading…
Add table
Reference in a new issue