diff --git a/tools/gitsync.sh b/tools/gitsync.sh index e61a98c..4af0c2f 100755 --- a/tools/gitsync.sh +++ b/tools/gitsync.sh @@ -118,10 +118,9 @@ deploy() { cd $1 if [ ! -d ".git" ]; then git init - git config --local user.email "monlor@qq.com" - git config --local user.name "monlor" - fi + git config --local user.email "monlor@qq.com" + git config --local user.name "monlor" if [ ! -f ".gitattributes" ]; then git lfs install git lfs track "*"