From e21aa24f701ea4e303794d18e57b7bba99719613 Mon Sep 17 00:00:00 2001 From: Chopper Date: Mon, 24 May 2021 15:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E4=BB=A3=E7=A0=81=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=20v1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pushGithub.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pushGithub.sh b/pushGithub.sh index e74e2ce48..932d435b9 100644 --- a/pushGithub.sh +++ b/pushGithub.sh @@ -9,11 +9,10 @@ echo '推送github完成' git remote rm origin git remote add origin git@gitee.com:beijing_hongye_huicheng/lilishop.git + +git pull origin master + echo '切回gitee资源' git branch --set-upstream-to=origin/master master echo '设置git跟踪资源' -sleep 1 -echo '更新代码' -git pull remote master -