操作标签查看标签列表建立标签建立含批注的标签删除标签操作标签查看标签列表$ git tag 添加-n选项,就可以显示标签的注解。 建立标签$ git tag <tagname> 建立含批注的标签$ git tag -a <tagname> 删除标签$ git tag -d <tagname>