git下载指定标签分支命令
1、语法
使用--single-branch
开关 (从Git 1.7.10开始) 。 语法是:
git clone -b <tag_name> --single-branch <repo_url> [<dest_dir>]
例如:
git clone -b ‘2.1.1’ --single-branch https://gitee.com/xuxueli0323/xxl-job.git
好处: Git将只接收对象并(需要)只为指定的分支/标签parsing变化量 – 同时检出相同数量的文件! 根据源代码库,这将为您节省大量的磁盘空间。
2、实操
下载xxl-job的2.1.1版本标签分支:
文章来源:https://www.toymoban.com/news/detail-516912.html
文章来源地址https://www.toymoban.com/news/detail-516912.html
到了这里,关于git下载指定标签分支命令(挺好用的)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!