Viperboy123 commited on
Commit
d393ad8
·
1 Parent(s): c1476e0
Files changed (1) hide show
  1. forcePull.bat +13 -0
forcePull.bat ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ git fetch --all
4
+ git reset --hard origin/main
5
+ git pull
6
+ git repack -a -d --depth=250 --window=250
7
+ mkdir "../embeddings"
8
+ xcopy embeddings "../embeddings" /y /c /h /e /q
9
+ cd .git
10
+ rmdir /S /Q lfs
11
+ cd ..
12
+
13
+ pause