随笔分类 - Git & GitHub
Git & GitHub 管理和使用
摘要:# tag的使用## 显示tag $ git tag v0.1 v1.3## 搜索特定的tag $ git tag -l ’v1.4.2.*’ v1.4.2.1 v1.4.2.2 v1.4.2.3 v1.4.2.4## 建立tag tag主要有两类:1. lightweight - 轻量级的 - "just a pointer to a specific commit"2. annotated - 带注释的 - "stored as full objects in the Git database" - contain the tagger name,
阅读全文

浙公网安备 33010602011771号