git push tag

创建日期: 2022-07-19 20:44 | 作者: 风波 | 浏览次数: 14 | 分类: Git

参考:https://www.shellhacks.com/git-create-tag-push-tag-to-remote/

push 所有 tag

git push origin --tags

push 指定的 tag

git push origin <tag_name>
14 浏览
0 评论