Tag messages on github
In download section on github, you can download all version of the project associated with tags. But for some reason the tag descriptions are taken from the last commit.
This happens even if one uses heavy tagging:
git tag -a -m "tag commit message"
Can I somehow force github to use my tag messages?
这是GitHub的一个已知问题。
链接地址: http://www.djcxy.com/p/872.html上一篇: 保存对分离状态下相关对象的更改
下一篇: 在github上标记消息