logo
  • 教程列表
  • SO官方文檔
  • Git 標記
    • 列出所有可用標籤
    • 在 GIT 中建立和推送標籤
  1. StackOverflow 文件
  2. Git 教程
  3. Git 標記
  4. 列出所有可用標籤

列出所有可用標籤

Created: November-22, 2018

使用命令 git tag 列出所有可用標籤:

$ git tag
<output follows>
v0.1
v1.3

注意 :tags 按字母順序輸出。

也可以通過 search 獲取 tags:

$ git tag -l "v1.8.5*"
<output follows>
v1.8.5
v1.8.5-rc0
v1.8.5-rc1
v1.8.5-rc2
v1.8.5-rc3
v1.8.5.1
v1.8.5.2
v1.8.5.3
v1.8.5.4
v1.8.5.5
  • 在 GIT 中建立和推送標籤
  • Git 標記

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明