git tag标签的使用2023-10-12 17:38:401 在本地创建标签 git tag v9.0使用方法注解 2 把本地所有标签推送到远程 git push --tags 3 查看远程标签列表 git ls-remote --tags origin 4 查看本地标签列表 git tag 上一篇:IntelliJ IDEA 中git使用说明书下一篇:Eclipse中的.project 和 .classpath文件的具体作用及maven工程classpath说明