git-commands: add Italian translations (#3318)
Add Italian translation for: - git - git-add - git-am - git-bisect - git-blame - git-branch - git-check-ignore - git-checkout - git-cherry-pick - git-clean
This commit is contained in:

committed by
Marco Bonelli

parent
8e89822467
commit
4ee919925d
12
pages.it/common/git-blame.md
Normal file
12
pages.it/common/git-blame.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# git blame
|
||||
|
||||
> Mostra hash del commit ed ultimo autore per ogni riga di un file.
|
||||
> Maggiori informazioni: <https://git-scm.com/docs/git-blame>.
|
||||
|
||||
- Stampa il contenuto di un file annotando ogni riga con l'hash del commit e il nome dell'autore:
|
||||
|
||||
`git blame {{file}}`
|
||||
|
||||
- Stampa il contenuto di un file annotando ogni riga con l'hash del commit e l'indirizzo email dell'autore:
|
||||
|
||||
`git blame -e {{file}}`
|
Reference in New Issue
Block a user