How to transfer a project from user to a group in Gitlab?

Viewed 6996
1 Answers

You can do this in the left-hand sidebar, under Settings -> General -> Transfer project. You will need manage rights to that group that you are transferring to though.

  • Be careful. Changing the project's namespace can have unintended side effects.
  • You can only transfer the project to namespaces you manage.
  • You will need to update your local repositories to point to the new location.
  • Project visibility level will be changed to match namespace rules when transferring to a group.
Related