gpt4 book ai didi

git - 克隆没有历史记录的 git 存储库?

转载 作者:IT王子 更新时间:2023-10-29 00:59:34 26 4
gpt4 key购买 nike

我想从 github 克隆存储库。它有很多历史,所以我想要没有任何历史的克隆。

是否可以克隆没有历史记录的 git 存储库?

最佳答案

您可以使用值为 1 的 --depth 选项获得浅层克隆

git clone --depth 1 reponame.git

如果您想要更多的提交历史记录,请根据需要增加该值以满足您的需求。

关于git - 克隆没有历史记录的 git 存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30001304/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com