Open-source IDE's with Git support [closed]

ぃ、小莉子 提交于 2019-12-05 15:16:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!