From df485c02fbe795b95a9c954448ec62c5f86193ad Mon Sep 17 00:00:00 2001 From: Carina Date: Wed, 13 Oct 2021 14:04:44 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96GIT=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push.bat | 5 ++--- push.sh | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/push.bat b/push.bat index 4d5aeaf2..5ea917ee 100644 --- a/push.bat +++ b/push.bat @@ -2,9 +2,8 @@ echo "Git Pushing ......" echo "" -git push "git@github.com:hiparker/opsli-ui.git" master -git push -f "git@gitee.com:hiparker/opsli-ui.git" master - +git push "git@github.com:hiparker/opsli-boot.git" master +s diff --git a/push.sh b/push.sh index 58a02471..bc3f7d87 100755 --- a/push.sh +++ b/push.sh @@ -2,8 +2,8 @@ echo "Git Pushing ......" echo "" -git push "git@github.com:hiparker/opsli-ui.git" master -git push -f "git@gitee.com:hiparker/opsli-ui.git" master +git push "git@github.com:hiparker/opsli-boot.git" master +git push -f "git@gitee.com:hiparker/opsli-boot.git" master