SDXLRF115T / forcePull.bat
Viperboy123's picture
init
9d4ad59
raw
history blame contribute delete
143 Bytes
@echo off
git fetch --all
git reset --hard origin/main
git pull
git repack -a -d --depth=250 --window=250
cd .git
rmdir /S /Q lfs
cd ..
pause