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

@@ -3,7 +3,7 @@
> Strumento per gestire le dipendenze di un progetto come progetti secondari.
> Maggiori informazioni: <https://manpages.debian.org/testing/git-man/git-subtree.1.en.html>.
- Aggiungi un repository git come albero secondario:
- Aggiungi un repository Git come albero secondario:
`git subtree add --prefix={{percorso/alla/cartella/}} --squash {{url_repository}} {{master}}`