2

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

Dvir Berebi
  • 1,406
  • 14
  • 25
Joe Simpson
  • 2,546
  • 4
  • 30
  • 46

1 Answers1

3

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.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250