Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove a repository from git gui?

Tags:

git

I'm just learning Git and would like to remove my first project from git gui.

like image 423
Phillip Senn Avatar asked Apr 26 '12 21:04

Phillip Senn


2 Answers

If you want to get rid of the project itself go ahead and delete it if you just want to get rid of the repository and keep the code delete .git folder in the root of your project.

like image 70
Learath2 Avatar answered Nov 20 '22 19:11

Learath2


Under your repository name, click Settings.

click on delete repository button.

you will get pop-up if you want to permanently delete it then just click on delete button. Now its done.

like image 44
Balkrushna Patil Avatar answered Nov 20 '22 20:11

Balkrushna Patil