S
S
SwoDs2018-03-22 11:21:48
GitHub
SwoDs, 2018-03-22 11:21:48

Is there nesting / grouping of repositories in github?

I couldn't find it, we are switching to github in the company, and the question arose of creating "folders" of projects.
A project can be large, it can have many repositories, but there are also sub-projects.
To make it clearer, here is an example from kallithea, where you can create groups of repositories
5ab36796b739c251949600.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alvvi, 2018-03-22
@SwoDs

You can create an organization and add repositories to it, but you can't add another organization inside an organization, so they're not exactly "folders".
Example
Unfortunately, there seems to be no other solutions at the moment, correct me if I'm wrong.

A
Alexander, 2018-03-22
@sah4ez32

Git has a submodules mechanism.
https://git-scm.com/book/en/v2/Git-Tools-Submodules
So you can try to organize a hierarchical structure. But in the github itself, all repositories will still be on the same level.
But as far as I've heard, there are problems in it)))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question