If I have a project in Eclipse checked out with git clone
(or created with git init
), but not through Import > Git > Projects from Git
, is it possible to tell Eclipse about it without deleting/moving the project and checking it out again?
Asked
Active
Viewed 154 times
0

Alexey Romanov
- 167,066
- 35
- 309
- 487
-
Contextual menu, Team, Share Project... doesn't do it? – pedromarce Mar 15 '13 at 12:46
-
in netbeans, opening the project as a "project with existing sources" work. Isn't it the same in Eclipse ? – LeGEC Mar 15 '13 at 13:16
-
@pedromarce And set the repository to the directory where the project is? – Alexey Romanov Mar 15 '13 at 16:42
-
yes, something like this http://stackoverflow.com/questions/7194877/how-make-eclipse-egit-recognize-existing-repository-information-after-update – pedromarce Mar 15 '13 at 17:26
-
@pedromarce Thanks, that's exactly what I wanted. Unfortunately, it didn't show up in "related questions" or I missed it. – Alexey Romanov Mar 15 '13 at 18:08