Skip to content

Commit bcc23ab

Browse files
authored
Merge pull request #17 from mido3ds/patch-1
code/clone.sh: added `--depth 1` to limit download size
2 parents 0ee3d84 + 03c4a3a commit bcc23ab

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)