新文章 网摘 文章 随笔 日记

git将 tag push到远程

默认情况下,git push并不会把tag标签传送到远端服务器上。

git push --tags


git push origin --tags
 
 
posted @ 2022-12-26 11:27  岭南春  阅读(714)  评论(0)    收藏  举报