vote up 3 vote down star

I'm having trouble finding an open-source IDE with support for Git. Are there any that you could point me to or recommend?

flag

34% accept rate

6 Answers

vote up 2 vote down

If you only want a GUI for git, try QGit.

link|flag
I'm looking for something that I can integrate a little more than that, but thanks for the resource. I might end up using that if I can't find anything else, but I'll have to see if it actually saves me any more time over the command line. – VirtuosiMedia Dec 9 '08 at 18:14
It'll depend on your usage patterns - I've found it to be a real timesaver for searching the history, but it probably won't be of much use for write-only commands. – Ant P Dec 10 '08 at 17:32
vote up 2 vote down

There's an Eclipse plugin in progress.

link|flag
vote up 1 vote down

There's nbgit for NetBeans in development, but it's not yet stable.

link|flag
vote up 1 vote down

I don't know if such a thing exists in a stable form yet, but a good place to start your search is :

http://git.or.cz/gitwiki/InterfacesFrontendsAndTools

link|flag
vote up 1 vote down

I use Vim with vcscommand plugin. Although the plugin supports a host of Version Control Systems, I use it specifically for Git.

Using VCSCommand, you can (almost) accomplish all the major features exposed by git right from within the vim.

VCSVimDiff command is one of the best features of VCSCommand plugin. You can view a colored diff right from inside Vim!

What more Vim and VCSCommand both are open source :)

Side Note:
*Vim along with NERD_Tree.vim, xml.vim, surround.vim and few other plugins, makes it a complete IDE that works pretty good (at least for me) with git. Search vim.org (or Google!!) for plugins that suits your requirement or taste.*

link|flag
vote up 0 vote down

The great Aptana Studio has support (via plugins) for SVN, CVS, and Git (via this plugin). I'm still a noob with Aptana, and I haven't used Git yet, but it looks promising.

link|flag

Your Answer

Get an OpenID
or

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