Files
core/scripts/assets-push.sh
2021-09-13 13:39:13 +08:00

9 lines
178 B
Bash

cd assets
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