Quellcode durchsuchen

Update 'gitpulls.sh'

更新 ID
wangcheng vor 3 Jahren
Ursprung
Commit
3238e2865e
1 geänderte Dateien mit 5 neuen und 9 gelöschten Zeilen
  1. 5 9
      gitpulls.sh

+ 5 - 9
gitpulls.sh

@@ -35,32 +35,28 @@ git pull
 cd ..
 
 cd ./BFCommonKit
-git checkout $1
+git checkout $2
 git pull
 cd ..
 
 cd ./BFFramework
-git checkout $1
+git checkout $3
 git pull
 cd ..
 
-cd ./BFCommonKit
-git checkout $1
-git pull
-cd ..
 
 cd ./BFMaterialKit
-git checkout $1
+git checkout $4
 git pull
 cd ..
 
 cd ./BFNetRequestKit
-git checkout $1
+git checkout $5
 git pull
 cd ..
 
 cd ./BFUIKit
-git checkout $1
+git checkout $6
 git pull
 cd ..