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