首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
Git 克隆指定版本
Git 克隆指定版本
tech
2022-08-27
142
git clone -b v5.2.0 --depth=1 https://github.com/iPotato94/cas.git
-b 后面写上指定 版本标签 , 即 tag, 比如 v5.2.0
--depth 表示克隆深度, 1 表示只克隆最新的版本. 因为如果项目迭代的版本很多, 克隆会很慢
转载请注明原文地址:https://tech.qufami.com/read-3475.html
最新回复
(
0
)