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

Orion/How Tos/Init repository and push to github

  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