mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 20:24:55 +02:00

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
20 lines
319 B
Markdown
20 lines
319 B
Markdown
# git
|
|
|
|
> Sistema di controllo versione distribuito.
|
|
> Maggiori informazioni: <https://git-scm.com/>.
|
|
|
|
- Controlla la versione di git:
|
|
|
|
`git --version`
|
|
|
|
- Mostra informazioni di aiuto generali:
|
|
|
|
`git --help`
|
|
|
|
- Mostra aiuto per uno specifico comando:
|
|
|
|
`git help {{command}}`
|
|
|
|
- Esegui un comando git:
|
|
|
|
`git {{command}}`
|