Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the default EGit clone directory

Tags:

eclipse

egit

Is there a way I can change the default directory where EGit will clone git repositories I import (clone)?

It is currently set to ~/git and I really don't want to click through a whole directory system each time I do this.

like image 894
Lieuwe Avatar asked Dec 09 '25 19:12

Lieuwe


1 Answers

If you are using the Clone Git Repository wizard, EGit suggests to clone into $home/git.

You can change the default repository folder under Window > Preferences > Team > Git

like image 127
Rüdiger Herrmann Avatar answered Dec 12 '25 15:12

Rüdiger Herrmann