vote up 2 vote down star

We're considering migrating from CVS to GIT. Our whole development process is centered around IntelliJ, and the plugin we've found (GIT4idea) is severely lacking. Essential features, like global history logs or diff changes are completely missing.

Are there any other alternatives in IntelliJ land? And, if not, which current Java IDE do you consider to have the best GIT integration?

flag
1  
is there any specific reason for migrating to git? if not, I would suggest you seriously consider svn for once: it has a very mature set of tools and IDE integration plugins. – harshath.jr Jun 8 at 12:11
1  
Probably SVN will be the one chosen after taking a look to the plugins alternatives – guillermo-cifuentes Jun 8 at 13:47

3 Answers

vote up 2 vote down

git-idea

http://code.google.com/p/git-idea/


Next option is use GIT without IDE integration.

  • Git-Gui or Tortoise GIT
  • From command line
link|flag
It doesn't work with IntelliJ 8.x – guillermo-cifuentes Jun 8 at 13:48
2  
Idea 8.1.x bundles git-idea. – Robert Munteanu Jun 9 at 9:41
vote up 2 vote down

I've found both the plugins for Netbeans and Eclipse lacking, some issues (sometimes nasty ones). Not stable enough for my taste, although Eclipse one is better.

I would recommend to just use command line. I know it's not the same, but should not be a big deal

link|flag
+1; I've also found git IDE integration to be unilaterally terrible. At the same time, I've found Git to be worth-while when used outside of the IDE anyway, and preferable to a cleanly-integerated SVN client. Never liked CVS at all myself. – Autocracy Jun 8 at 21:08
vote up 2 vote down

We are using JGit with Eclipse, but are finding the plugin not quite stable enough.

alt text

So basically, we have still a gitk running alongside our IDE... or we do have some scripts to encapsulate any operations not available through the IDE Git plugin.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.