git-clone: add git clone --recursive
entry (#1844)
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
`git clone {{remote_repository_location}}`
|
`git clone {{remote_repository_location}}`
|
||||||
|
|
||||||
|
- Clone an existing repository and its submodules:
|
||||||
|
|
||||||
|
`git clone --recursive {{remote_repository_location}}`
|
||||||
|
|
||||||
- For cloning from the local machine:
|
- For cloning from the local machine:
|
||||||
|
|
||||||
`git clone -l`
|
`git clone -l`
|
||||||
@@ -16,4 +20,4 @@
|
|||||||
|
|
||||||
- Clone an existing repository, and truncate to the specified number of revisions, save your time mostly:
|
- Clone an existing repository, and truncate to the specified number of revisions, save your time mostly:
|
||||||
|
|
||||||
`git clone --depth 10 {{remote_repository_location}}`
|
`git clone --depth {{10}} {{remote_repository_location}}`
|
||||||
|
Reference in New Issue
Block a user