摘要:
转:https://blog.csdn.net/qq_40277973/article/details/81517479 下载MySQL 进入MySQL官网,依次点击:上方选项卡DOWNLOADS->页面底端MySQL Community Edition->MySQL Community Serve 阅读全文
摘要:
本地创建带附注标签 $ git tag -a <版本号> -m "<备注信息>" 本地创建轻量级标签 $ git tag <版本号>-light 本地对指定commit创建标签 $ git tag -a <版本号> <SHA值> -m "<备注信息>" 本地删除标签 $ git tag -d <版本 阅读全文