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 8: Line 8:
 
#Enter "origin" for Remote Name.
 
#Enter "origin" for Remote Name.
 
#In another browser tab, navigate https://github.com/repositories/new (login to github if you need to)
 
#In another browser tab, navigate https://github.com/repositories/new (login to github if you need to)
 +
#Fill in the form using the project name mating the one you used in Orion
 
#Select the '''http''' button by the repo URL, copy the URL
 
#Select the '''http''' button by the repo URL, copy the URL
 
#Go back to the Orion window, paste the http github URL, then Ok.  
 
#Go back to the Orion window, paste the http github URL, then Ok.  

Revision as of 18:52, 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. Fill in the form using the project name mating the one you used in Orion
  11. Select the http button by the repo URL, copy the URL
  12. Go back to the Orion window, paste the http github URL, then Ok.
  13. Click Git Status next to the project name on the Orion repositories page.
  14. You should see Recent commits on master followed by an arrow-pointing-to-a-can icon (push).
  15. Click it, you're done.

Back to the top