如何给github 打tag

  1. git查看tag的命令是:git tag

  2. 创建Tag 是直接加名字就ok了,格式: git tag 名字 –m "注释"

  3. 推送到远端 git push origin tag名

原文地址:https://www.cnblogs.com/duende99/p/12689858.html