git-clone: add `git clone --recursive` entry
This commit is contained in:
parent
ec3bf34b5e
commit
2ed9d366b4
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
`git clone {{remote_repository_location}}`
|
||||
|
||||
- Clone an existing repository and its submodules:
|
||||
|
||||
`git clone --recursive {{remote_repository_location}}`
|
||||
|
||||
- For cloning from the local machine:
|
||||
|
||||
`git clone -l`
|
||||
|
|
|
|||
Loading…
Reference in New Issue