pages.it/*: update path placeholders and "directory" translations (#9031)
- Replace "al" -> "del", "alla" -> "della", etc. in command paths - Replace all instances of "cartella" with "directory" - Update contributing-guides/translation-templates/common-arguments.md to reflect these changes Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Marco Bonelli <marco@mebeim.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
2457cbd147
commit
28c4d26221
@@ -5,28 +5,28 @@
|
||||
|
||||
- Crea un file bundle che contiene tutti gli oggetti e riferimenti di un dato ramo:
|
||||
|
||||
`git bundle create {{percorso/al/file.bundle}} {{nome_ramo}}`
|
||||
`git bundle create {{percorso/del/file.bundle}} {{nome_ramo}}`
|
||||
|
||||
- Crea un file bundle di tutti i rami:
|
||||
|
||||
`git bundle create {{percorso/al/file.bundle}} --all`
|
||||
`git bundle create {{percorso/del/file.bundle}} --all`
|
||||
|
||||
- Crea un file bundle degli ultimi 5 commit sul ramo corrente:
|
||||
|
||||
`git bundle create {{percorso/al/file.bundle}} -{{5}} {{HEAD}}`
|
||||
`git bundle create {{percorso/del/file.bundle}} -{{5}} {{HEAD}}`
|
||||
|
||||
- Crea un file bundle degli ultimi 7 giorni:
|
||||
|
||||
`git bundle create {{percorso/al/file.bundle}} --since={{7.days}} {{HEAD}}`
|
||||
`git bundle create {{percorso/del/file.bundle}} --since={{7.days}} {{HEAD}}`
|
||||
|
||||
- Verifica che un file bundle sia valido e possa essere applicato al repository in uso:
|
||||
|
||||
`git bundle verify {{percorso/al/file.bundle}}`
|
||||
`git bundle verify {{percorso/del/file.bundle}}`
|
||||
|
||||
- Stampa su standard output la lista di riferimenti contenuti in un bundle:
|
||||
|
||||
`git bundle unbundle {{percorso/al/file.bundle}}`
|
||||
`git bundle unbundle {{percorso/del/file.bundle}}`
|
||||
|
||||
- Dato un file bundle, estrai un ramo specifico nel repository in uso:
|
||||
|
||||
`git pull {{percorso/al/file.bundle}} {{nome_ramo}}`
|
||||
`git pull {{percorso/del/file.bundle}} {{nome_ramo}}`
|
||||
|
Reference in New Issue
Block a user