Reputation: 161
My firm is switching to GIT and I'm curious as to the state of IDE plug ins for GIT. The old question was answered in 2008, and I'm hoping the answer no longer applies.
Upvotes: 1
Views: 325
Reputation: 117096
My experience with EGit is that its still not ready for any real use. My biggest gripe is that Egit tries to fit in the SVN usage model. So basically it is a crippled implementation, and therefore little incentive to switch from SVN. There are some pretty big gaps in features (no rebase) and the GUI is nowhere usable (that is also MHO of eclipse though). People complain about the git command-line, but somehow eGit managed to implement a GUI that was even less intuitive. Some other problems are:
Upvotes: 2
Reputation: 15982
Magit for emacs is alive and well.
Alex Ott has a nice overview of various git options for emacs.
Upvotes: 4
Reputation: 388406
The EGit plugin for eclipse is in incubation phase.
I'm using Git in our production for last 6 months. Although we have installed the EGit plugin for eclipse I'm not much found of that. We are using the msysgit project as the main git client along with KDiff3 as the merge/diff tool. This combination works very well for us
Upvotes: 2