If you have an existing project on GitLab but want to move it to a group, follow these easy steps:
- Navigate to your project in the GitLab web user interface.
- In the left menu, go to Settings | General.
- Expand the Advanced section.
- Scroll down to Transfer project:
- Select the group that you want to own the project. Please be aware of the conditions.
- Click Transfer project.
- All of the users of this project will need to update their git remote settings by typing in the following command:
git remote set-url [REMOTE NAME] [NEW URL]
The project is now being managed by the newly selected group.