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:
parent
a02c5d897a
commit
c5c027c1b7
1 changed files with 24 additions and 0 deletions
24
pages.it/common/git-help.md
Normal file
24
pages.it/common/git-help.md
Normal 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`
|
Loading…
Add table
Reference in a new issue