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

Forking Eclipse ICE

Revision as of 09:01, 4 June 2015 by Smithrw.ornl.gov (Talk | contribs) (Created page with "This page describes the process for creating a fork of the ICE project. == Creating the Fork == Go to the [http://github.com/eclipse/ice| GitHub ICE repository] and log in...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page describes the process for creating a fork of the ICE project.


Creating the Fork

Go to the GitHub ICE repository and log in to GitHub. Press the "Fork" button in the upper right hand corner of the page.


Cloning the Fork Repository

Follow the instructions for cloning the Git repository, but instead of https://github.com/eclipse/ice.git, use https://github/[your username]/ice.git as the URI.


Pulling from the Master Branch

Back to the top