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 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
  6. In another browser tab, navigate to your github home page, then to any project page.
  7. Select the http button by the repo URL, copy it.
  8. Go back to the Orion window, paste the http github URL, edit the project name to match this project, then Ok.
  9. Click Git Status next to the project name on the Orion repositories page.
  10. You should see Recent commits on master followed by an arrow-pointing-to-a-can icon (push).
  11. Click it, you're done.

Back to the top