git-clone: add git clone --recursive
entry
This commit is contained in:

committed by
GitHub

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`
|
||||
|
Reference in New Issue
Block a user