问题
I'm having trouble finding an open-source IDE with support for Git. Are there any that you could point me to or recommend?
回答1:
There's an Eclipse plugin in progress.
回答2:
There's nbgit for NetBeans in development, but it's not yet stable.
回答3:
If you only want a GUI for git, try QGit.
回答4:
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
回答5:
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.
回答6:
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.
来源:https://stackoverflow.com/questions/353670/open-source-ides-with-git-support