Creating a submodule in a git project

2019-07-20 20:37发布

I have a Django project and it's currently hosted in GitHub and it's private. I'm looking to move many useful parts of it into an open-source project. I think I need to use a 'submodule' thing, but unfortunately I have no idea how to operate these.

Please can someone help me :)

Joe

1条回答
何必那么认真
2楼-- · 2019-07-20 21:16

move many useful parts of it into an open-source project.

That means extract one or several directories (and their associated history) into several independant git repositories, each one pushed to a public GitHub repo.

查看更多
登录 后发表回答