Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gitlab: move repository to another group inside gitlab

I was wondering if it's possible to move a gitlab repo to another group inside gitlab.

for example, if I have https://gitlab.com/my-user/my-repo I'd like to move it to https://gitlab.com/my-group/another-group/my-repo

ideally, keeping all the issues associated with it

like image 509
opensas Avatar asked Feb 19 '19 02:02

opensas


People also ask

Can I move a GitLab project to another group?

Transferring an existing project into a groupYou can transfer an existing project into a group you own from the project settings page.

What is difference between group and project in GitLab?

In GitLab, you use groups to manage one or more related projects at the same time. You can use groups to manage permissions for your projects. If someone has access to the group, they get access to all the projects in the group.


1 Answers

Yes, you can move your GitLab project from one namespace to another.

Your project -> Settings -> General -> Advanced enter image description here

Then, almost at the end of the list.

Transfer project enter image description here

like image 189
Lukasz Kruszyna Avatar answered Sep 17 '22 23:09

Lukasz Kruszyna