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 "Orion/How Tos/Init repository and push to github"

< Orion‎ | How Tos
Line 1: Line 1:
 +
#Click your login name upper right corner, select Profile
 +
#Verify that you have set the git email and git user name correctly.
 
#Click Orion &gt; Repositories  
 
#Click Orion &gt; Repositories  
 
#From the tool bar click '''Init Repository'''  
 
#From the tool bar click '''Init Repository'''  
Line 5: Line 7:
 
#Click the + plus sign on the right of '''Remotes''', a dialog box requests Remote name and URI
 
#Click the + plus sign on the right of '''Remotes''', a dialog box requests Remote name and URI
 
#Enter "origin" for Remote Name.
 
#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 https://github.com/repositories/new (login to github if you need to)
#Select the '''http''' button by the repo URL, copy it.
+
#Select the '''http''' button by the repo URL, copy the URL
#Go back to the Orion window, paste the http github URL, edit the project name to match this project, then Ok.  
+
#Go back to the Orion window, paste the http github URL, then Ok.  
 
#Click Git Status next to the project name on the Orion repositories page.  
 
#Click Git Status next to the project name on the Orion repositories page.  
 
#You should see Recent commits on master followed by an arrow-pointing-to-a-can icon (push).  
 
#You should see Recent commits on master followed by an arrow-pointing-to-a-can icon (push).  
 
#Click it, you're done.
 
#Click it, you're done.

Revision as of 18:45, 9 January 2012

  1. Click your login name upper right corner, select Profile
  2. Verify that you have set the git email and git user name correctly.
  3. Click Orion > Repositories
  4. From the tool bar click Init Repository
  5. 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
  6. Expand the twist on the left of the project.
  7. Click the + plus sign on the right of Remotes, a dialog box requests Remote name and URI
  8. Enter "origin" for Remote Name.
  9. In another browser tab, navigate https://github.com/repositories/new (login to github if you need to)
  10. Select the http button by the repo URL, copy the URL
  11. Go back to the Orion window, paste the http github URL, then Ok.
  12. Click Git Status next to the project name on the Orion repositories page.
  13. You should see Recent commits on master followed by an arrow-pointing-to-a-can icon (push).
  14. Click it, you're done.

Back to the top