mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-03-06 14:21:11
This commit is contained in:
@@ -118,10 +118,9 @@ deploy() {
|
|||||||
cd $1
|
cd $1
|
||||||
if [ ! -d ".git" ]; then
|
if [ ! -d ".git" ]; then
|
||||||
git init
|
git init
|
||||||
|
fi
|
||||||
git config --local user.email "monlor@qq.com"
|
git config --local user.email "monlor@qq.com"
|
||||||
git config --local user.name "monlor"
|
git config --local user.name "monlor"
|
||||||
|
|
||||||
fi
|
|
||||||
if [ ! -f ".gitattributes" ]; then
|
if [ ! -f ".gitattributes" ]; then
|
||||||
git lfs install
|
git lfs install
|
||||||
git lfs track "*"
|
git lfs track "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user