企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
[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)