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
@@ -10,11 +10,11 @@
|
||||
|
||||
- Rimuovi dall'area di stage uno o più file:
|
||||
|
||||
`git reset {{percorso/al/file1}} {{percorso/al/file2}}`
|
||||
`git reset {{percorso/del/file1}} {{percorso/del/file2}}`
|
||||
|
||||
- Rimuovi dall'area di stage solo alcune porzioni di un file in modo interattivo:
|
||||
|
||||
`git reset --patch {{percorso/al/file}}`
|
||||
`git reset --patch {{percorso/del/file}}`
|
||||
|
||||
- Annulla l'ultimo commit, preservando tutte le modifiche nel filesystem:
|
||||
|
||||
|
Reference in New Issue
Block a user