Spaces:
Sleeping
Sleeping
commit
Browse files
dist.bat
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
@echo off
|
| 2 |
cd "%~dp0"
|
| 3 |
|
|
|
|
| 4 |
call git lfs install
|
| 5 |
call git fetch
|
| 6 |
call git checkout
|
|
|
|
| 1 |
@echo off
|
| 2 |
cd "%~dp0"
|
| 3 |
|
| 4 |
+
call git lfs update --force
|
| 5 |
call git lfs install
|
| 6 |
call git fetch
|
| 7 |
call git checkout
|
dist.sh
CHANGED
|
@@ -6,6 +6,7 @@ conflicts () {
|
|
| 6 |
git rebase --continue || conflicts
|
| 7 |
}
|
| 8 |
|
|
|
|
| 9 |
git lfs install
|
| 10 |
git fetch
|
| 11 |
git checkout
|
|
|
|
| 6 |
git rebase --continue || conflicts
|
| 7 |
}
|
| 8 |
|
| 9 |
+
git lfs update --force
|
| 10 |
git lfs install
|
| 11 |
git fetch
|
| 12 |
git checkout
|