Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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 ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
318 views
Welcome To Ask or Share your Answers For Others

1 Answer

It's easiest to just disable EGIT from automatically managing your projects at import via Window - Preferences - Team - Git - Projects:

enter image description here

This will stop new projects from being managed, but projects that were imported before the change will still need EGIT to be disabled manually for the project. You can just right click -> Team -> Disconnect and they will no longer be managed by EGIT.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...