支持 Git 的开源 IDE

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/353670/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 16:06:59  来源:igfitidea点击:

Open-source IDE's with Git support

gitopen-sourceide

提问by VirtuosiMedia

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

我很难找到支持 Git 的开源 IDE。有什么可以指点我或推荐的吗?

采纳答案by skiphoppy

回答by xk0der

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

我将 Vim 与vcscommand插件一起使用。尽管该插件支持许多版本控制系统,但我专门将它用于 Git。

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

使用 VCSCommand,您可以(几乎)在 vim 中完成 git 公开的所有主要功能。

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

VCSVimDiff 命令是 VCSCommand 插件的最佳功能之一。您可以直接从 Vim 内部查看彩色差异!

What more Vim and VCSCommand both are open source :)

还有什么 Vim 和 VCSCommand 都是开源的 :)

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.

旁注
Vim 与 NERD_Tree.vim、xml.vim、surround.vim 和其他一些插件一起,使其成为一个完整的 IDE,可以很好地(至少对我而言)与 git 一起使用。在 vim.org(或 Google !!)中搜索适合您的要求或品味的插件。

回答by Bill the Lizard

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

有用于 NetBeans的nbgit正在开发中,但它还不稳定。

回答by Bill the Lizard

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

如果您只想要 git 的 GUI,请尝试QGit

回答by pcn

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

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

回答by Andrew Ensley

The great Aptana Studiohas 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.

伟大的Aptana Studio支持(通过插件)对 SVN、CVS 和 Git(通过这个插件)。我仍然是 Aptana 的菜鸟,我还没有使用过 Git,但它看起来很有希望。