Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to transfer project from one group to a user in gitlab CE 9?

Tags:

gitlab

I want to transfer a project from a group to another user. For e.g from https://gitlab.local/groupname/projectname to https://gitlab.local/userA/projectname

How can I acheive this? I have gitadmin permissions.

like image 603
user1164061 Avatar asked Mar 22 '18 19:03

user1164061


People also ask

How move the projects from one group to another in GitLab?

Transferring an existing project into a groupYou can transfer an existing project into a group you own from the project settings page. First scroll down to the 'Dangerous settings' and click 'Show them to me'. Now you can pick any of the groups you manage as the new namespace for the group.

How do I move a project from one project to another in GitLab?

(On my version of Gitlab, if you click the button twice, you can download directly from the browser.) Then to import, on Gitlab, select the New button > New Project from the top bar. Then, select Import Project > Gitlab export. The UI screenshots above may change on future Gitlab versions.

How do I move a personal project to a group in GitLab?

On the left sidebar, select Settings > General. Expand Advanced. Under Transfer project, choose the group to transfer the project to. Select Transfer project.


1 Answers

Go to

SettingsGeneralAdvancedTransfer projectSelect a new namespace

enter image description here

like image 73
Walialu Avatar answered Sep 22 '22 10:09

Walialu