Tagged Questions
0
votes
3answers
518 views
How do I configure eclipse with the egit plugin so that I can open files in something other than the text editor?
I have cloned a project from a git repo into eclipse Helios using the egit plugin. This is a php project, and I have eclipse PDT which works fine with projects pulled from svn using subclipse and ...
0
votes
2answers
989 views
Unable to clone repository using Egit and Eclipse
I have windows server 2003 as my Operating Systme.
I am using WAMP for my php development.
I am using Eclipse Helios for PHP Developers for my development.
I have installed msysgit and tortoiseGit ...
2
votes
3answers
5k views
How to create Eclipse project from existing git repo
I have an existing project utilizing git and have just installed eclipse along with egit. I pointed to the git repository with egit and can see all my files, my existing branches and can switch ...