约 189,000 个结果
在新选项卡中打开链接
  1. 使用 git tag 命令 添加一个名为 tag1 的新标签。 然后,运行不带任何参数的 tag 命令,您将看到此存储库中的标签列表,包括我们刚刚添加的标签。 tag1 要查看带有标签信息的历史日志,请执行 git log 命令 和 --decorate 选项。
    nulab.com/zh-cn/learn/software-development/git-tutorial/how-to-use-git/tagging/add-tag/
    nulab.com/zh-cn/learn/software-development/git-tutorial/how-to-use-git/tagging/add-tag/
    这是否有帮助?
  2. 使用Git添加Tag的方法 - CSDN博客

  3. git tag 打标签(我看过最透彻的文章) - CSDN博客

  4. git tag——创建tags并推送到远程 - CSDN博客

  5. Git: git tag 使用小结 (给发布版本打标记,切换并修改某个历史 ...

  6. Git 标签 - 菜鸟教程

  7. Git中tag使用教程 - 码农阿亮 - 博客园

  8. 使用 git tag 给项目打标签 - 个人文章 - SegmentFault 思否

  9. 如何使用 Git 给代码打 tag | Hsu Yeung 的博客

  10. 创建标签 - Git教程 - 廖雪峰的官方网站

    2024年12月15日 · 命令git tag <tagname>用于新建一个标签,默认为HEAD,也可以指定一个commit id; 命令 git tag -a <tagname> -m "blablabla..." 可以指定标签信息;

  11. 前端 - git tag 使用详解 - 个人文章 - SegmentFault 思否