28

I'm using the J2EE bundle of Eclipse Kepler, and I'm working with Git.

I'm also using git-extension as a UI to git, and I wouldn't trade it for anything else, so for me egit is just an annoyance that brings information that I don't want on my screen.

How can I permanently remove it from eclispe ?

4

3 回答 3

51

最简单的方法是禁用 EGIT 在导入时通过 Window - Preferences - Team - Git - Projects 自动管理您的项目:

在此处输入图像描述

这将停止管理新项目,但在更改之前导入的项目仍需要为项目手动禁用 EGIT。您只需右键单击 -> 团队 -> 断开连接,它们将不再由 EGIT 管理。

于 2013-12-10T16:48:30.637 回答
32

只需右键单击您的项目,然后选择团队 > 断开连接

于 2013-11-10T11:49:13.667 回答
17

找到这个链接-> http://blog.sarathonline.com/2012/05/eclipse-indigo-without-mylyn.html

请阅读整个链接,但如果它死了,这些是来自该链接的移动指令。

# cd path/to/eclipse/installation

mkdir disabled disabled/features disabled/plugins

# Disable egit/jgit
mv features/*egit* disabled/features/
mv plugins/*jgit* disabled/plugins/
mv plugins/*egit* disabled/plugins
于 2013-07-01T15:51:43.420 回答