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
(oy github does not show https URL until you have content.)
Line 7: 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.
 +
#Enter https://<your-github-id>@github.com/<your-github-id>/<your-project-name>.git
 +
#Click OK
 
#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
+
#Fill in the form using the project name matching the one you used in Orion
#Select the '''http''' button by the repo URL, copy the URL
+
#Back on Orion, Click Git Status next to the project name on the Orion repositories page.  
#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.  
+
 
#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 14:34, 14 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. Enter https://<your-github-id>@github.com/<your-github-id>/<your-project-name>.git
  10. Click OK
  11. In another browser tab, navigate https://github.com/repositories/new (login to github if you need to)
  12. Fill in the form using the project name matching the one you used in Orion
  13. Back on Orion, 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