Last updated 2 years ago
## 克隆项目 git clone git@github.com:xxxx/xxx-xxx.git cd xxx-xxx # 查看 tag 便签 git tag --list ## 切换到指定 tag v2,比如需要修改此 tag 标签的内容 git checkout v2