From 7477a4433ced2472e4edac12a72413ec84ff69b6 Mon Sep 17 00:00:00 2001 From: Yang Shi Date: Wed, 3 Jun 2020 11:49:51 -0700 Subject: [PATCH] update doc - git clone recursive --- .../1_github_contribution_and_PR_verification_tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static_site/src/pages/api/developer_guide/1_github_contribution_and_PR_verification_tips.md b/docs/static_site/src/pages/api/developer_guide/1_github_contribution_and_PR_verification_tips.md index f07bb68ade24..03bdf1471fd5 100644 --- a/docs/static_site/src/pages/api/developer_guide/1_github_contribution_and_PR_verification_tips.md +++ b/docs/static_site/src/pages/api/developer_guide/1_github_contribution_and_PR_verification_tips.md @@ -30,7 +30,7 @@ Here are some general git workflow tips Fork [https://github.com/apache/incubator-mxnet](https://github.com/apache/incubator-mxnet) then ``` -git clone https://github.com/your_username/incubator-mxnet +git clone --recursive https://github.com/your_username/incubator-mxnet cd mxnet git remote add upstream https://github.com/apache/incubator-mxnet ```