How to move a sub-project into a new Git repo?

Soldato
Joined
1 Nov 2007
Posts
6,233
Location
England
I have a website built using Python and Django. When I first started it I thought it would just be one monolithic project but as I have worked on it over time I'm starting to think that the forum and blog part could be moved to separate repos and released as open source projects on their own.

I'm just curious what the best practice is for doing this? I was just going to do it the simple way of just moving them outside of the project tree and creating a new git repo for each and then pushing to Github. Is there a better way of doing this? The projects will be linked into the main project just by using a symlink.
 
Back
Top Bottom