Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove a Gitlab project?

Tags:

git

gitlab

I have created several repositories in GitLab. One of those was for testing purposes and has some commits and branches. I want to delete or remove this repository. How can I do this?

like image 389
Liutas Avatar asked Jun 04 '14 08:06

Liutas


Video Answer


2 Answers

  1. Go to the project page
  2. Select "Settings"
  3. Select the "General" section (you must be in the repository you want to delete it)
  4. If you have enough rights, then at the bottom of the page will be a button for "Advanced settings" (i.e. project settings that may result in data loss) or "Remove project" (in newer GitLab versions)
  5. Push this button and follow the instructions
like image 135
0x4a6f4672 Avatar answered Oct 02 '22 07:10

0x4a6f4672


✅ Just at the bottom of your project settings .⚡💡

New version new version

URL : https://gitlab.com/{USER_NAME}/{PROJECT_NAME}/edit

  • Advanced : expand
  • Remove project
like image 35
Rizerzero Avatar answered Oct 02 '22 06:10

Rizerzero