标签: git git-subtree
我创建了一个子树:
git subtree add --prefix etc/theos https://github.com/theos/theos.git master --squash
但是这个repo通常用--recursive标志克隆,我注意到repo中应该存在的东西没有。
--recursive
我没有看到子树的--recursive标志。我怎样才能让它发挥作用