auth-server-annotation/push.sh

6 lines
82 B
Bash
Raw Normal View History

2025-07-17 22:29:47 +08:00
git checkout master
git merge dev
git push --all
git push --tags
git checkout dev