Issue-ID: APPC-1882 optimization in git clone using --depth
[appc/deployment.git] / docs / APPC Testing of a Local ONAP Component / APPC Testing of a Local ONAP Component.rst
index 0c08634..7fbaa65 100644 (file)
@@ -104,8 +104,8 @@ Setting up Git
 
    .. code:: bash
 
-       git clone http://<LF_USER_ID>@gerrit.onap.org/r/a/appc
-       git clone http://<LF_USER_ID>@gerrit.onap.org/r/a/appc/deployment
+       git clone --depth 1 http://<LF_USER_ID>@gerrit.onap.org/r/a/appc
+       git clone --depth 1 http://<LF_USER_ID>@gerrit.onap.org/r/a/appc/deployment
 
 Docker Engine Installation
 --------------------------