How To Delete Project In Gitlab Code Example


Example 1: remove git from project


rm -rf .git*

Example 2: how to delete a project in gitlab


Go to the project page
Select "Settings"
Select the "General" section (you must be in the repository you want to delete to delete it)
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)
Push this button and follow the instructions

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy