Revert "chore: submodule"

This reverts commit ab83f9265d.
This commit is contained in:
Innei
2022-03-12 12:32:59 +08:00
parent ab83f9265d
commit 44d929c5b9
7 changed files with 12 additions and 8 deletions

View File

@@ -1,4 +1,9 @@
cd assets
git init
git add .
git commit -m 'update assets' --amend
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