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

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`