1
0
Fork 0
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:
Forrest Desjardins 2017-12-27 23:10:06 -09:00 committed by GitHub
parent ec3bf34b5e
commit 2ed9d366b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`