我不想克隆整个存储库。我们有一个300 MB的存储库,我只想要名为/ sourcecode的文件夹,而不是下载整个根文件夹。
有办法做到这一点吗?
答案 0 :(得分:2)
此功能本身尚不适用于TortoiseGit:请参阅issue 1599(2013年1月)。
所以它应该是一个简单的结帐,除非您需要先编辑.git/info/sparse-checkout
,如“Is it possible to do a sparse checkout without checking out the whole repository first?”中所述。
请注意,msysgit1.8.1仍然存在问题。请参阅“Why does git sparse checkout leave behind directories?”。