1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:22:09 +02:00

git-help: add it translation (#4388)

This commit is contained in:
Guido Lena Cota 2020-10-01 21:22:31 +02:00 committed by GitHub
parent a02c5d897a
commit c5c027c1b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
# git help
> Mostra informazioni di aiuto su git.
> Maggiori informazioni: <https://git-scm.com/docs/git-help>.
- Mostra aiuto per uno specifico sottocomando git:
`git help {{sottocomando}}`
- Visualizza aiuto per un sottocomando git in un browser web:
`git help --web {{sottocomando}}`
- Mostra un elenco dei sottocomandi git disponibili:
`git help --all`
- Mostra un elenco delle guide disponibili:
`git help --guide`
- Mostra tutte le possibili variabili di configurazione:
`git help --config`