Git - Tag

Lightweight Tags. 如果想標註某個事件/里程碑, 就需要使用git tag tag名. 列出所有的tag: git tag --list. 可以在其它的git命令中使用tag名作爲引用: git show myTag:   刪除tag: git tag --delete myTag. log裏面的tag也沒有了;   Annotated Tags. git tag -a Tag名.
相關文章
相關標籤/搜索