views:

60

answers:

1

Hi, 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  A: 

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.

VonC