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
20
pages.it/common/git.md
Normal file
20
pages.it/common/git.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user