rename git to Git

This commit is contained in:
lucas schneider
2021-01-07 11:06:38 -03:00
committed by Starbeamrainbowlabs
parent 2ec5fb9d50
commit eef3712fc3
104 changed files with 149 additions and 149 deletions

View File

@@ -1,17 +1,17 @@
# git help
> Mostra informazioni di aiuto su git.
> Mostra informazioni di aiuto su Git.
> Maggiori informazioni: <https://git-scm.com/docs/git-help>.
- Mostra aiuto per uno specifico sottocomando git:
- Mostra aiuto per uno specifico sottocomando Git:
`git help {{sottocomando}}`
- Visualizza aiuto per un sottocomando git in un browser web:
- Visualizza aiuto per un sottocomando Git in un browser web:
`git help --web {{sottocomando}}`
- Mostra un elenco dei sottocomandi git disponibili:
- Mostra un elenco dei sottocomandi Git disponibili:
`git help --all`