标签命令
显示标签列表
$ git tag
添加-n
选项将显示每个标签上的注释。
创建标签
$ git tag <tagname>
请参考:
创建带有信息的标签
$ git tag -a <tagname>
删除标签
$ git tag -d <tagname>
请参考:
Project and code management together.
$ git tag
添加-n
选项将显示每个标签上的注释。
$ git tag <tagname>
请参考:
$ git tag -a <tagname>
$ git tag -d <tagname>
请参考:
Learn with Nulab to bring your best ideas to life