Skip to content

Commit 03c4a3a

Browse files
authored
code/clone.sh: added --depth 1 to limit download size
1 parent 0ee3d84 commit 03c4a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$ cd ~
2-
$ git clone -b advanced https://github.com/opennetworkinglab/ngsdn-tutorial
2+
$ git clone -b advanced https://github.com/opennetworkinglab/ngsdn-tutorial --depth 1

0 commit comments

Comments
 (0)