我可以在不使用额外存储库的情况下将 git 子模块推送到 Github 吗?

发布于 2024-10-20 12:54:56 字数 268 浏览 2 评论 0原文

我有一个 Github“黄金”帐户,但分配的存储库即将用完。 :-(

幸运的是,我有一些非常小的项目,它们是相互关联的,可以被视为一个更大项目的子模块。在子模块方面我有点新手,所以如果我的问题很天真,请原谅我.. 如果可能的话,

我想将超级模块及其所有子模块推送到一个 Github 存储库中,这将有助于我为真正独立的项目保留剩余的 Github 存储库

。到目前为止,看起来每个子模块都需要有自己的遥控器,如果是这样的话,我很快就会用完存储库,

非常感谢!

I have a Github "Gold" account and I'm starting to run out of my allotted repositories. :-(

Luckily, I have a few very small projects that are interrelated and could be treated as submodules of a bigger project. I'm a bit of a novice when it comes to submodules, so forgive me if my question is naive...

I'd like to push the supermodule along with all of its submodules into one Github repository if that's possible. This would help me conserve my remaining Github repositories for projects that are truly separate. Can I do this?

In my investigation of the problem so far it looks like each submodule needs to have its own remote, and if that's the case then I'll run out of repositories before long!

Thanks much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人事已非 2024-10-27 12:54:56

据我所知,你是对的。每个子模块都是它自己的完整存储库。因此它需要一个额外的存储库才能共享。

As far as I know, you're right. Each submodule is it's own complete repository. So it needs an extra repository to be able to share.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文