@@ -1,5 +1,6 @@
|
||||
set -e
|
||||
cd assets
|
||||
rm -rf .git
|
||||
git init
|
||||
git add .
|
||||
git commit -m 'update assets'
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,5 +1,6 @@
|
||||
set -e
|
||||
cd assets
|
||||
rm -rf .git
|
||||
git init
|
||||
git add .
|
||||
git commit -m 'update assets'
|
||||
|
||||