git*: add Italian translation (#4737)

* git-send-email: add it translation

* git-shortlog: add it translation

* git-show-branch: add it translation

* git-show-ref: add it translation

* git-show: add it translation

* git-svn: add it translation

* git-sizer: add it translation

* git-stage: add it translation

* git-status: add it translation

* git-stash: add it translation

* git-submodule: add it translation

* git-subtree: add it translation

* git-switch: add it translation

* git-tag: add it translation

* git-update-ref: add it translation

* git-worktree: add it translation

* Use snake case for tokens
This commit is contained in:
Guido Lena Cota
2020-11-03 08:49:29 +01:00
committed by GitHub
parent 54a9f50dba
commit d8f628d005
16 changed files with 409 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# git show-ref
> Elenca i riferimenti.
> Maggiori informazioni: <https://git-scm.com/docs/git-show-ref>.
- Mostra tutti i riferimenti nel repository:
`git show-ref`
- Mostra solo i riferimenti agli HEAD:
`git show-ref --heads`
- Mostra solo i riferimenti ai tag:
`git show-ref --tags`
- Verifica che un certo riferimento esista:
`git show-ref --verify {{percorso/al/riferimento}}`