@@ -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
|
||||
Reference in New Issue
Block a user