git-difftool: : add it translation (#4387)

The translation 'diff tool' -> 'strumento Diff' is based on: https://www.microsoft.com/it-it/language/Search?&searchTerm=diff%20tool&langID=408&Source=true&productid=0
This commit is contained in:
Guido Lena Cota 2020-10-01 20:25:10 +02:00 committed by GitHub
parent 94326fe326
commit 5c60eeec9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,20 @@
# git difftool
> Mostra le modifiche ai file tracciati usando uno strumento Diff esterno. Accetta le stesse opzioni e argomenti di git diff.
> Maggiori informazioni: <https://git-scm.com/docs/git-difftool>.
- Elenca gli strumenti Diff disponibili:
`git difftool --tool-help`
- Imposta meld come strumento Diff predefinito:
`git config --global diff.tool "{{meld}}"`
- Usa lo strumento Diff predefinito per mostrare le modifiche nell'area di stage:
`git difftool --staged`
- Uso uno specifico strumento Diff (opendiff) per mostrare le modifiche a partire da un dato commit:
`git difftool --tool={{opendiff}} {{commit}}`