You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was exploring your repositories and noticed in your README that you wanted to split this up by directory but also keep its history. This is possible with git filter-branch. Do a google search with that command and "split subdirectory into new repository" and you should find what you're looking for. Cheers.
The text was updated successfully, but these errors were encountered:
I was exploring your repositories and noticed in your README that you wanted to split this up by directory but also keep its history. This is possible with
git filter-branch
. Do a google search with that command and "split subdirectory into new repository" and you should find what you're looking for. Cheers.The text was updated successfully, but these errors were encountered: