码迷,mamicode.com
首页 > 其他好文 > 详细

.git 文件太大时怎样处理

时间:2020-05-04 13:41:15      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:git clone   hang   lan   epo   处理   有用   com   文件   bash   

问题

github 上的 repo 由于 commit 次数过多 导致 repo 被 clone 下来时,.git文件夹特别大,比代码本身大。

我确定当前 commit 之前的 change 对我都没有用了,用什么方法能清除之前的提交记录,让 clone 下来的 .git 文件夹变小一点?

方法

clone 的时候,可以指定深度,如下,为 1 即表示只克隆最近一次 commit.

git clone git://xxoo --depth 1

.git 文件太大时怎样处理

标签:git clone   hang   lan   epo   处理   有用   com   文件   bash   

原文地址:https://www.cnblogs.com/everlose/p/12826025.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!