赞
踩
一、如果本地已有代码仓库:
git taggit checkout <tag-name>
二、如果本地没有代码仓库:
git clone <git项目的地址>git taggit checkout <tag-name>