🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 建立tag ![mark](http://qiniu.newthink.cc/blog/20180224-121213429.png) ![mark](http://qiniu.newthink.cc/blog/20180224-121301353.png) ## 获取maste ``` git pull origin master ``` ## 拉取git tag ``` git pull --tag ``` ## tag列表 ``` git tag -l ``` ## 拉取指定的tag,如图: ``` git checkout tag20171228 ``` ![mark](http://qiniu.newthink.cc/blog/20171228-151719828.png)