如何在GitHub中创建嵌套存储库?

时间:2016-01-27 17:10:25

标签: git github repository git-submodules

我可以通过https://github.com/创建一个存储库(比如说repo)并拥有:

https://github.com/username/repo.git

如何在sub_repo下创建另一个存储库(例如repo),并且预计会有:

https://github.com/username/repo/sub_repo.git

1 个答案:

答案 0 :(得分:2)

github不支持嵌套存储库。如果您不想拥有子模块的绝对URL,则自定义是将它们放在超级存储库旁边并使用" ../"在网址中,例如:https://github.com/losalamos/cinch-nested-example/blob/d59c26a89153148ba29d68dd5ee455a88efbc9a2/.gitmodules