我已经安装了git和tortoisegit 成功创建一个裸仓库
我的网络文件夹的位置
X:\Test\Test_Source\Test_repo\Test_Repo.git
- > bare repo
这些是我的仓库中的文件夹
1. A
2. B
3. C
如何只签出文件夹B
?
答案 0 :(得分:0)
您可以尝试以下命令:
git config core.sparsecheckout true
echo want/checkout/path/ >> .git/info/sparse-checkout
git read-tree --reset -u HEAD
注意:TortoiseGit尚不支持,请参阅TortoiseGit issue 1599。