Jan
25th
Tue
25th
How to detach a directory in a git repository to another repository and maintain it's related history
If you’ve ever worked on a git repository that was growing large and need to split some of the functionality into separate modules or repositories, this stackoverflow question and the corresponding answers, describes how to.