Reputation: 449
I am working on some projects now and storing code in GitHub.
I have split various components out into separate repos. The issue I'm having is that GutHub repos are a flat structure. So all the repos are jumbled together with all my other projects and their is no organization.
So, in a nutshell can I group repositories into a project? Maybe even group projects together? I tried creating a project in GitHub, but apparently repositories are outside projects.
Upvotes: 0
Views: 172
Reputation: 4416
The common workaround seems to be the creation of project-specific accounts. For instance there is https://github.com/texstudio-org which groups several TexStudio-related repositories. When migrating to such a model, you could use the Settings > Transfer Ownership option.
It doesn't help though, that there is no compact view of the repositories with static sorting order.
Upvotes: 1