$ git tag $ git tag v1.0 $ git tag v0.9 f52c633 $ git tag -a v0.1 -m "version 0.1 released" 1094adb # 删除标签 $ git tag -d v0.1
$ git show tagname
← 分支