💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
[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)