Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse EGIT not showing project I just cloned in package explorer?

Tags:

git

eclipse

egit

I just cloned a repository in Eclipse. However, it is not showing up in the package explorer. How do I get it there? I see the branches and everything in repository view... but I cannot edit the contents.

like image 311
tmn Avatar asked Jun 25 '14 15:06

tmn


1 Answers

Right-click on the Working Directory in the Git Repositories view and Import the projects into the Eclipse workspace. They will not be copied. Clones can contain more than one project--wouldn't want to automatically import all of them (plus some of them might be one-off test projects buried in the tree somewhere).

like image 60
nitind Avatar answered Sep 27 '22 23:09

nitind