Explorar el Código

Update 'gitpulls.sh'

更新 ID
wangcheng hace 3 años
padre
commit
3238e2865e
Se han modificado 1 ficheros con 5 adiciones y 9 borrados
  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 ..