Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git 的指令和設定
  6. 標籤指令
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

標籤指令


顯示標籤清單

$ git tag

新增-n選項將顯示每個標籤上的註解。

建立標籤

$ git tag <tagname>

請參考:

建立含有訊息的標籤

$ git tag -a <tagname>

刪除標籤

$ git tag -d <tagname>

請參考:

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life