diff --git a/pages/common/git-clone.md b/pages/common/git-clone.md index 1a235fa1b6..b346ad144c 100644 --- a/pages/common/git-clone.md +++ b/pages/common/git-clone.md @@ -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`