diffstat: add Italian translation.
This commit is contained in:
11
pages.it/common/diffstat.md
Normal file
11
pages.it/common/diffstat.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# diffstat
|
||||
|
||||
> Crea un istogramma dall'output del comando `diff`.
|
||||
|
||||
- Mostra i cambiamenti in un istogramma:
|
||||
|
||||
`diff {{file1}} {{file2}} | diffstat`
|
||||
|
||||
- Mostra inserimenti, cancellazioni e modifiche come una tabella:
|
||||
|
||||
`diff {{file1}} {{file2}} | diffstat -t`
|
Reference in New Issue
Block a user