I have a project which uses a few self made "modules". I want to put these modules in separate (read only) repositories. I tried to do this with the subtree split
command. But I don't see my new branched repository anywhere.
I first ran this command:
git subtree split --prefix=src/Modules/Infra --branch=infra --annotate='Infra folder split' --rejoin master
Then with the Github GUI client (I'm on Windows) I synced the changes that where pending.
But I don't see any difference. Shouldn't there be a new Repository in my Github account named infra
? That's what I'm trying to accomplish with this... Is there anything else I have to do to get this to work?