chore: update script

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2023-06-04 18:56:56 +08:00
parent ffdc153a3d
commit 8d5b366fda
4 changed files with 8 additions and 17 deletions

View File

@@ -1,10 +0,0 @@
set -e
cd assets
rm -rf .git
git init
git add .
git commit -m 'update assets'
git remote add origin git@github.com:mx-space/assets.git
git branch -M master
git push -u origin master -f
rm -rf .git