File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ cd $DOCS_DIR
10
10
rm -rf java-design-patterns
11
11
rm -rf patterns
12
12
rm -rf zh/patterns
13
- git clone https://github.com/iluwatar/java-design-patterns.git
13
+ git clone --depth 1 https://github.com/iluwatar/java-design-patterns.git
14
14
cd java-design-patterns
15
15
git checkout-index -a -f --prefix=../patterns/
16
16
cd ../patterns
@@ -45,7 +45,7 @@ rm -rf patterns/localization
45
45
rm -rf programming-principles
46
46
rm -rf principles
47
47
rm -rf zh/principles
48
- git clone https://github.com/iluwatar/programming-principles.git
48
+ git clone --depth 1 https://github.com/iluwatar/programming-principles.git
49
49
cd programming-principles
50
50
git checkout-index -f --prefix=../principles/ README.md
51
51
@@ -63,7 +63,7 @@ rm -rf programming-principles
63
63
rm -rf 30-seconds-of-java
64
64
rm -rf snippets
65
65
rm -rf zh/snippets
66
- git clone https://github.com/iluwatar/30-seconds-of-java.git
66
+ git clone --depth 1 https://github.com/iluwatar/30-seconds-of-java.git
67
67
cd 30-seconds-of-java
68
68
git checkout-index -f --prefix=../snippets/ README.md
69
69
You can’t perform that action at this time.
0 commit comments