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`
- Add a git repository as a submodule:
- Add a Git repository as a submodule:
`git submodule add {{repository_url}}`
- Add a git repository as a submodule at the specified directory:
- Add a Git repository as a submodule at the specified directory:
`git submodule add {{repository_url}} {{path/to/directory}}`