I have inherited a git repository containing multiple projects in separate directories. I\'d like to split the repository into new individual repositories, one for each proj
To export a folder as a new repository you need:
Open the cloned repository folder and run this command:
git subtree push --prefix=YourFolderNameToExport https://github.com/YourUserName/YourNewCleanRepoName master