正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史记录

版本 1 当前 »

git ls-remote --tags

git tag -d v1.1.0

git push origin :refs/tags/v1.1.0

git tag -a v1.7.0 -m "实现定时器" 2e832248689c45a772dc2738069a57bcfdce8811

git push origin v1.7.0

  • 无标签