mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 14:26:04 +02:00
git-clone: add git clone --recursive
entry
This commit is contained in:
parent
ec3bf34b5e
commit
2ed9d366b4
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue