From b339e3976155100b1b2562011449c21a17b065f2 Mon Sep 17 00:00:00 2001 From: Chopper Date: Mon, 24 May 2021 15:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=8F=90=E4=BA=A4=EF=BC=8C?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pushGithub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushGithub.sh b/pushGithub.sh index ffa5ea3f..93fbc1e6 100644 --- a/pushGithub.sh +++ b/pushGithub.sh @@ -4,7 +4,7 @@ git remote rm origin git remote add origin git@github.com:hongyehuicheng/lilishop-ui.git echo '设置上传代码分支,推送github' -git push --set-upstream origin master +git push --set-upstream origin master --force echo '推送github完成' git remote rm origin