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

@@ -7,11 +7,11 @@
`git submodule update --init --recursive`
- Aggiungi un repository git come modulo secondario:
- Aggiungi un repository Git come modulo secondario:
`git submodule add {{url_repository}}`
- Aggiungi un repository git come modulo secondario alla cartella specificata:
- Aggiungi un repository Git come modulo secondario alla cartella specificata:
`git submodule add {{url_repository}} {{percorso/alla/cartella}}`