Git split repositories without loosing commit history
Today I was needing to split a git repo into multiple repositories without loosing the commit history.
After searching a little bit, I have found git subtree and it was fairly easy to do it.
Give it a try if you need to do this, this post explain how to do it!










