From a2c692f42071e6869ebe4d807e124d92ec880d04 Mon Sep 17 00:00:00 2001 From: monlor Date: Fri, 6 Mar 2020 14:21:11 +0800 Subject: [PATCH] 2020-03-06 14:21:11 --- tools/gitsync.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 "*"