Skip to content

Commit

Permalink
feat: 完善项目
Browse files Browse the repository at this point in the history
  • Loading branch information
godLei6 committed Oct 6, 2024
1 parent 49f9d87 commit 1a10b9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shell/gittag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1a10b9c

Please sign in to comment.