Difference between revisions of "Git Eclipse"

From Gcube Wiki
Jump to: navigation, search
 
Line 30: Line 30:
  
 
''Back to the [[Continuous_Integration_procedure_(2019) | CI guide]].''
 
''Back to the [[Continuous_Integration_procedure_(2019) | CI guide]].''
 +
 +
[[Category:Continuous_Integration]]

Latest revision as of 11:40, 4 July 2019

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.