1、进入项目文件夹
2、git tag -a 'v1.0'为最近一次提交打上版本标签
3、git tag命令可以查看所有标签
4、git show可以显示所有标签的更改情况
5、git show 'v1.0'加版本号可以指定查看