2020-03-06 13:55:38

This commit is contained in:
monlor
2020-03-06 13:55:38 +08:00
parent f27035c014
commit 75fe844804
2 changed files with 21 additions and 1 deletions

View File

@@ -120,6 +120,11 @@ deploy() {
git init
git config --local user.email "monlor@qq.com"
git config --local user.name "monlor"
fi
if [ ! -f ".gitattributes" ]; then
git lfs install
git lfs track "*"
fi
if git status &> /dev/null; then
git add .