I have been using Zend Studio as my IDE for years, and for version control I have always used SVN. Zend Studio Eclipse plays very nicely with SVN out of the box, but lately it seems Git has gained a lot of momentum so I thought I would look into it. It turns out Git is awesome and is much better suited for many of the things I do. (See: Why Git?)
But will Git play nicely with Zend Studio 8?
Thanks to eclipse plugins, you bet it will!
First you will need to install EGit, the Git plugin for eclipse. The easiest way to do this is to add the EGit repository to Zend Studio. Open up Zend Studio and do the following:

To access git hub you need to use public and private SSH keys. If you have never done that before, here is how to create a key using Zend Studio:

Now you will have access to github from Zend Studio
My next post will be on how to clone projects in github and add them as Zend Studio projects.
vitaminb / March 14th, 2011 16:24
super, thank
Markus / April 28th, 2011 23:18
thanks, was very helpful!
gurghet / May 16th, 2011 23:05
jee thanks!
Dave / May 18th, 2011 10:00
Thanks Clint, worked like a charm.
Now I’ve only got to figure out how to get GIT working with a Linux server!
DJ / July 1st, 2011 0:16
You are a wonderful human being.
Thank you.
Serban / August 3rd, 2011 18:11
Excellent article, was looking for this kind of info for long time. Time to pair Zend Studio with GIT!!!
Clint / August 3rd, 2011 18:14
Thanks for the positive feedback. I have been meaning to add how to create projects from the Git repos since it isn’t very intuitive. I’ll get some screenshots together and add that soon. In the meantime, don’t hesitate to ask if you have trouble.
Matt / August 31st, 2011 1:48
Just tried to install the EGit plugin. Received the following error:
An error occurred while collecting items to be installed
session context was:(profile=studioProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.slf4j.jcl,1.5.10.v20100121-1348
Has anyone stumbled across this before?
Thanks in advance!
HenryMalas / September 9th, 2011 16:43
When you continue with the article?
Hopefully soon ..
Clint / September 14th, 2011 17:38
It has been too long, hasn’t it. I will try and tackle it this weekend.
Judy / June 10th, 2012 19:53
any update?
Clint / June 25th, 2012 15:15
@Judy – Unfortunately no… I have moved away from Java IDEs and have started using Sublime Text 2. I love it. Look into it and see if it meets your needs. Also, check out my post on using ST2 for PHP development