How to remove a Gitlab project?

后端 未结 14 875
太阳男子
太阳男子 2020-12-22 17:13

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

14条回答
  •  春和景丽
    2020-12-22 18:14

    This is taken from feb 2018

    Follow the following test

    1. Gitlab Home Page
    2. Select your projects button under Projects Menus
    3. Click your desired project
    4. Select Settings (from left sidebar)
    5. Click Advanced settings
    6. Click Remove Project

    Or Click the following Link

    Note : USER_NAME will replace by your username

    PROJECT_NAME will replace by your repository name

    https://gitlab.com/USER_NAME/PROJECT_NAME/edit

    click Expand under Advanced settings portion

    Click remove project bottom of the page

提交回复
热议问题