其他分享
首页 > 其他分享> > git tag标签的使用

git tag标签的使用

作者:互联网

1 在本地创建标签

git tag v9.0使用方法注解

2 把本地所有标签推送到远程

git push --tags

 

3 查看远程标签列表

git ls-remote --tags origin

4 查看本地标签列表

git tag

 

标签:git,tags,--,标签,tag,本地
来源: https://www.cnblogs.com/polax/p/15929946.html