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

Difference between revisions of "Orion/How Tos/Init repository and push to github"

< Orion‎ | How Tos
Line 3: Line 3:
 
#Put your project name in the box, verify that ''New folder'' is selected, then OK. Your new project will be listed on the git-clone (Repositories) page  
 
#Put your project name in the box, verify that ''New folder'' is selected, then OK. Your new project will be listed on the git-clone (Repositories) page  
 
#Expand the twist on the left of the project.  
 
#Expand the twist on the left of the project.  
#Click the + plus sign on the right of '''Remotes'''  
+
#Click the + plus sign on the right of '''Remotes''', a dialog box requests Remote name and URI
 +
#Enter "origin" for Remote Name.
 
#In another browser tab, navigate to your github home page, then to any project page.  
 
#In another browser tab, navigate to your github home page, then to any project page.  
 
#Select the '''http''' button by the repo URL, copy it.  
 
#Select the '''http''' button by the repo URL, copy it.  

Revision as of 15:45, 9 January 2012

  1. Click Orion > Repositories
  2. From the tool bar click Init Repository
  3. Put your project name in the box, verify that New folder is selected, then OK. Your new project will be listed on the git-clone (Repositories) page
  4. Expand the twist on the left of the project.
  5. Click the + plus sign on the right of Remotes, a dialog box requests Remote name and URI
  6. Enter "origin" for Remote Name.
  7. In another browser tab, navigate to your github home page, then to any project page.
  8. Select the http button by the repo URL, copy it.
  9. Go back to the Orion window, paste the http github URL, edit the project name to match this project, then Ok.
  10. Click Git Status next to the project name on the Orion repositories page.
  11. You should see Recent commits on master followed by an arrow-pointing-to-a-can icon (push).
  12. Click it, you're done.

Back to the top