Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cleaning up repositories in GitExtensions

I typically use Git Extensions more than command-line git on windows. Does Git Extensions have a way to delete or move a repo that I cloned, or do I have to do this elsewhere?

Related question: is there a way to cleanup (i.e. remove entries from) the recent repository list in Git Extensions? (including the list in the "Change working directory" drop down)

like image 567
Cincinnati Joe Avatar asked Dec 30 '11 15:12

Cincinnati Joe


1 Answers

Regarding "Related question" In version 2.41 There is option to remove the repositories from recent repositories .

This can be done as follows

click on the dropdown and then click configure this menu

click on the dropdown and then click configure this menu

select the repository you want to remove from repository list and click ok

select the repository you want to remove from repository list and click ok

like image 135
Thiyagarajan Avatar answered Oct 03 '22 02:10

Thiyagarajan