Categories

Creating and applying a patch for an Eclipse project with Git

Since its move to git, contributing to the Eclipse foundation projects is a bit different.

Nothing terrible actually, let’s take the example of a contribution to the p2 project (part of the equinox umbrella at the Eclipse foundation)

Checkout the project git clone http://git.eclipse.org/gitroot/equinox/rt.equinox.p2.git do the changes and then commit them to your local repo [...]