how to get list of GIT repositories in a GitLab Project ?

2019-07-19 Thread Jason Vas Dias
Good day - Please could anyone let me know how I can get a list of GIT repository URLs contained within a GitLab Project . My company has many GitLab Projects, which are NOT git repositories themselves, with many GIT repositories underneath them: Project / GIT_REPO_1 /

RE: how to get list of GIT repositories in a GitLab Project ?

2019-07-19 Thread 'Edward Ned Harvey (gitlab)' via GitLab
Are you talking about groups? Because as far as I know, every project has a one-to-one correspondence with a git repository. There is one repo for the actual project files, and another for the wiki documentation, and that's it. No more, no less. If you want the URLs that you could "git clone,"