I have a single github repository which has sub folders. I want to have each sub folder be a separate repository. How do I make each sub folder it's own repository, totally separate from the current single repository, without having to push from my local repository?
Current github structure:
CSS (Repository)
1. Project 1 (sub folder)
2. Project 2 (sub folder)
3. Project 3 (sub folder)
I would like to make each sub folder it's own repository:
Project 1 (Repository)
Project 2 (Repository)
Project 3 (Repository)