Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disabling EGit in Eclipse-CDT Juno

Tags:

This thread: How to disable EGit temporarily? discusses how to disable EGit in Eclipse, but when I go to "Startup and Shutdown", there is no option to disable EGit.

How can I control what plug-ins are loaded in Eclipse-CDT?

like image 812
Josh Avatar asked Oct 12 '12 21:10

Josh


People also ask

How to disable Git in Eclipse?

You can just right click -> Team -> Disconnect and they will no longer be managed by EGIT. Projects that have already automatically connected to git will remain connected to git. But you can just right click -> Team -> Disconnect and disconnect them from git as well.

What is Eclipse EGit?

Eclipse EGit™ EGit is an Eclipse Team provider for the Git version control system. Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile.


1 Answers

Ok, here's a suggestion. You can disconnect the particular project from Egit by doing the following: Right click on project->Team->Disconnect.

When you do wish hookup to the repo again, do right-click on project->Team->Share Project...

If you wish to disable the plugin itself, you would have to uninstall it.

like image 96
bobestm Avatar answered Oct 18 '22 00:10

bobestm