From 1a10b9c762c33bc376acdb976ef66075f30e92f8 Mon Sep 17 00:00:00 2001 From: godLei6 <603785348@qq.com> Date: Sun, 6 Oct 2024 17:39:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/gittag.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shell/gittag.sh b/shell/gittag.sh index 8037959a7..c1f1e1452 100644 --- a/shell/gittag.sh +++ b/shell/gittag.sh @@ -10,10 +10,10 @@ fi tag="$1" git tag $tag git push origin $tag -git push gitee master -git push github master -git checkout master -git pull git push github $tag git push gitee $tag +git checkout master +git pull origin master +git push gitee master +git push github master git checkout dev