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 "Forking Eclipse ICE"

(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...")
 
(Creating the Fork)
Line 3: Line 3:
  
 
== Creating the Fork ==
 
== Creating the Fork ==
Go to the [http://github.com/eclipse/ice| GitHub ICE repository] and log in to GitHub. Press the "Fork" button in the upper right hand corner of the page.  
+
[[File:Github Fork Example.png]]<br>
  
 +
Go to the [http://github.com/eclipse/ice| 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 ==
 
== Cloning the Fork Repository ==

Revision as of 09:54, 4 June 2015

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


Creating the Fork

Github Fork Example.png

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