File size: 143 Bytes
998a26d
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
@echo off

git reset --hard HEAD
git pull origin main

git repack -a -d --depth=250 --window=250
cd .git
rmdir /S /Q lfs
cd ..

pause