我可以设置一些东西,以便我的git项目不存储包

时间:2016-05-26 02:52:00

标签: git

我觉得这是一个在本地存储旧提交的文件,因此即使git服务器关闭,我仍然可以拥有整个历史记录。但我不需要这个功能,我的git服务器足够可靠。我想在服务器中保留所有额外的东西,只保留我计算机中的当前版本。我该怎么办?

我在PC / Mac和Gogs中使用SourceTree作为我的服务器

1 个答案:

答案 0 :(得分:0)

你实际上可以做到这一点。 git clone中有一项功能可以限制提交次数,请尝试git clone --depth N <repository>

--depth <depth>
Create a shallow clone with a history truncated to the specified number of revisions.