Conversation:
Notices
-
maiyannah (maiyannah)'s status on Friday, 11-Nov-2016 01:57:27 EST maiyannah
Hmm, I wonder if there's a way to split a git repo into two repos essentially. I want to split off the other plugins into their own repos but I don't want to lose version history. -
maiyannah (maiyannah)'s status on Friday, 11-Nov-2016 02:03:41 EST maiyannah
@skoop Thanks! -
Bob Mottram (bob)'s status on Friday, 11-Nov-2016 02:35:23 EST Bob Mottram
@maiyannah make a new branch. Git rm everything except the plugins. Copy the repo. Rename the master branch. Rename the plugins branch to master. That way the plugins commit history is preserved. -
maiyannah (maiyannah)'s status on Friday, 11-Nov-2016 02:36:48 EST maiyannah
@bob Think I got it but we'll find out in a moment!
Thanks :)
-