Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Nebula/Contributions/Setup IDE

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