[记录] git标签推送

[源] https://stackoverflow.com/questions/18216991/create-a-tag-in-a-github-repository

添加tag
git tag

推送所有tag到远程
git push origin --tags

推送指定tag到远程
git push origin

posted on 2020-09-29 11:42  zad27  阅读(287)  评论(0编辑  收藏  举报

导航