Git Eclipse

From Gcube Wiki
Revision as of 10:40, 4 July 2019 by Giancarlo.panichi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Eclipse has, of course, its own support for working with Git projects.

Here are the basic steps.

Open the Git Perspective

First, you need to access to the available perspectives:

Eclipse Git Open.png

Then select the Git perspective:

Eclipse Git Select.png

Clone the Git Repository

At this point, it is possible to clone any remote Git repository:

Eclipse Git Clone.png

Use Git within Eclipse

Once the project is open or cloned, use the Team menu to execute Git commands:

Eclipse Git Team.png

The history of the project (as many other features) is also shown in the perpective:

Eclipse Git History.png

Back to the CI guide.