Merge "Issue-ID: PORTAL-913 optimization in git clone using --depth"
[portal.git] / docs / tutorials / portal-BE / setting-up.rst
index 22d7f47..3644899 100644 (file)
@@ -18,7 +18,7 @@ Clone the Portal repository with git:
 
 ::
 
-    git clone "https://gerrit.onap.org/r/portal"
+    git clone --depth 1 "https://gerrit.onap.org/r/portal"
 
 Building
 -----------------