11 lines
143 B
Batchfile
11 lines
143 B
Batchfile
setlocal
|
|
cd /d %~dp0
|
|
|
|
git clean -f
|
|
git reset --hard origin
|
|
git pull
|
|
git lfs pull
|
|
git clean -f
|
|
echo "You can close this window now"
|
|
pause > nul
|