Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Nebula/Contributions/Setup IDE

< Nebula‎ | Contributions
Revision as of 11:21, 11 February 2015 by Unnamed Poltroon (Talk)

Setup Your IDE

To provide patches to Nebula, create an Eclipse account, get your Gerrit password and push your changes to the Gerrit git repo.


 C:\>git clone https://yourname@git.eclipse.org/r/nebula/org.eclipse.nebula.git
 
  • Change the push URI to https://yourname@git.eclipse.org/r/p/nebula/org.eclipse.nebula.git


 C:\>cd org.eclipse.nebula
 C:\org.eclipse.nebula>git remote set --push origin  https://yourname@git.eclipse.org/r/p/nebula/org.eclipse.nebula.git
 
  • Open your Eclipse IDE and open the Git perspective
  • Add a local git repository and find your freshly created repo
  • Open Remotes/origin and open the context menu. Select Gerrit Configuration.


Nebula ide1.png


  • Review and press Finish


Nebula ide2.png

Back to the top