- Move folder to it’s own branch
git subtree split -P name-of-folder -b name-of-new-branch
- Initialize the new Repository
git checkout new-repository-urlgit pull path-to-big-repository name-of-new-branch
And that’s it, pretty much!
git subtree split -P name-of-folder -b name-of-new-branch
git checkout new-repository-urlgit pull path-to-big-repository name-of-new-branch
And that’s it, pretty much!