Set Git submodule to shallow clone & sparse checkout?

后端 未结 3 950
迷失自我
迷失自我 2020-11-27 05:31

Many vendor Objective-C libraries (e.g., facebook-ios-sdk) instruct you to copy a certain subset of its repo\'s files/dirs into your Xcode project. One problem

3条回答
  •  执念已碎
    2020-11-27 05:54

    Submodules can't do part of a repo. You should check out subtree merge instead.

提交回复
热议问题