Difference between revisions of "Git Eclipse"

From Gcube Wiki
Jump to: navigation, search
Line 24: Line 24:
  
 
[[File:Eclipse_Git_Team.png|400px]]
 
[[File:Eclipse_Git_Team.png|400px]]
 
''Back to the [[Continuous_Integration_procedure_(2019) | CI guide]].''
 
  
 
The history of the project (as many other features) is also shown in the perpective:  
 
The history of the project (as many other features) is also shown in the perpective:  
  
 
[[File:Eclipse_Git_History.png|600px]]
 
[[File:Eclipse_Git_History.png|600px]]
 +
 +
''Back to the [[Continuous_Integration_procedure_(2019) | CI guide]].''

Revision as of 15:31, 30 May 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.