2020-03-06 14:21:11

This commit is contained in:
monlor
2020-03-06 14:21:11 +08:00
parent 07dd0a23f3
commit a2c692f420

View File

@@ -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 "*"