Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

installing EGit under Eclipse Luna (4.4.1)

Tags:

eclipse

egit

Installing EGit under Eclipse seems to be a moving target. All instructions I saw differ in some way and at the moment I'm clueless as to how proceed in installing EGit.

Where do I start?

What are the required steps?

like image 212
Krischu Avatar asked Jan 06 '15 15:01

Krischu


People also ask

Does Eclipse come with EGit?

EGit: EGit is a plugin for Eclipse which allows you to interface with Git. Since version control is becoming less and less optional, EGit now comes pre-installed with Eclipse downloads! In case you do have an older version of Eclipse, install EGit as described in Installing EGit in Eclipse.

What is EGit plugin?

Eclipse EGit™ is the Git integration for Eclipse. 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. The EGit project is implementing Eclipse tooling for the JGit Java implementation of Git.


1 Answers

First, check whether your Eclipse distribution already contains EGit or not. If yes, you will have a Team/Git page in the preferences.

If not, you can do one of the following:

  1. Install it from the Eclipse Marketplace: http://marketplace.eclipse.org/content/egit-git-team-provider - simply drag-and-drop the install link to your eclipse instance.
  2. Open the new software install dialog from the Help/Install New Software, look for the Luna update site (the yearly release repository already added to the list of update sites) and search for the EGit features (available in the Collaboration category).
  3. Follow the instructions from the EGit homepage: https://www.eclipse.org/egit/download/
like image 55
Zoltán Ujhelyi Avatar answered Sep 29 '22 12:09

Zoltán Ujhelyi