【发布时间】:2012-04-23 15:23:02
【问题描述】:
我的 mercurial 项目中有一个第三方嵌套的 git 存储库,我想与我的团队共享此存储库的本地设置(稀疏结帐) - 有没有办法自动执行此操作?
/repo/nestedrepo/.git/info/sparse-checkout
谢谢
【问题讨论】:
标签: git mercurial subrepos sparse-checkout
我的 mercurial 项目中有一个第三方嵌套的 git 存储库,我想与我的团队共享此存储库的本地设置(稀疏结帐) - 有没有办法自动执行此操作?
/repo/nestedrepo/.git/info/sparse-checkout
谢谢
【问题讨论】:
标签: git mercurial subrepos sparse-checkout
您真的在使用 nested 存储库或 git 子存储库吗? Mercurial 支持将 git 存储库作为跟踪的子存储库,这可能会帮助您到达想要的位置。
【讨论】: