如何使用 Tortoise Git 进行稀疏结帐?

问题描述 投票:0回答:1

使用 git bash 稀疏结帐的工作方式是:

git clone \ --depth 1 \ --filter=blob:none \ --sparse \ https://github.com/darc-coder/FindMyQRApp \ cd test-git-partial-clone git sparse-checkout set js
我们如何使用 

Tortoise Git - Git clone 工具稀疏检出相同的代码?运行此命令时,我收到未知选项错误

tortoisegit sparse-checkout
1个回答
4
投票
从版本 2.15 开始,尚不支持稀疏结帐。

参见。

https://tortoisegit.org/issue/1599https://tortoisegit.org/issue/3667

© www.soinside.com 2019 - 2024. All rights reserved.