git|git 仓库过大时
【git|git 仓库过大时】git clone --depth 1
拉取最近的一次commit,只会拉取默认的分支,但是其他的分支可能拉不下来,所以要采用以下的方法拉取
git clone --depth 1 https://github.com/dogescript/xxxxxxx.git
git remote set-branches origin 'remote_branch_name'
git fetch --depth 1 origin remote_branch_name
git checkout remote_branch_name
git clone -b ${branch} --depth=1
推荐阅读
- gitlab|gitlab 通过备份还原 admin/runner 500 Internal Server Error
- gitlab|Gitlab升级(12.2.1到14.6.4)
- py连接mysql
- 专注天赋力量|专注天赋力量 黄人日
- 常用git命令总结
- VM|VM ware 的 harbor 私有仓库搭建 (Ubuntu16.04)
- day16-Linux|day16-Linux 软件管理
- 上过大学和没上大学的区别在哪(几张现实对比图告诉你答案)
- 圆形菜单
- Git学习-笔记摘要