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

Difference between revisions of "Nebula/Contributions/Setup IDE"

Line 10: Line 10:
 
   C:\>git clone https://'''''yourname'''''@git.eclipse.org/r/nebula/org.eclipse.nebula.git
 
   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/<big>'''''p'''''</big>/nebula/org.eclipse.nebula.git
 
* Change the push URI to https://'''''yourname'''''@git.eclipse.org/r/<big>'''''p'''''</big>/nebula/org.eclipse.nebula.git
  
Line 16: Line 17:
 
   C:\org.eclipse.nebula>git remote set --push origin  https://'''''yourname'''''@git.eclipse.org/r/p/nebula/org.eclipse.nebula.git
 
   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
 
* Open your Eclipse IDE and open the Git perspective
 
* Add a local git repository and find your freshly created repo
 
* Add a local git repository and find your freshly created repo
 
* Open Remotes/origin and open the context menu. Select Gerrit Configuration.
 
* Open Remotes/origin and open the context menu. Select Gerrit Configuration.
 +
 +
 
[[Image:nebula_ide1.png]]  
 
[[Image:nebula_ide1.png]]  
 +
 +
 
* Review and press Finish
 
* Review and press Finish
 +
 +
 
[[Image:nebula_ide2.png]]
 
[[Image:nebula_ide2.png]]

Revision as of 11:21, 11 February 2015

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