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 "EGit/Contributor Guide"

Line 1: Line 1:
{{:DocumentationGuidelines/DraftHeader}}
+
{{:DocumentationGuidelines/DraftHeader}}
 +
{{EGit}}  
  
{{EGit}}
+
= Obtain Sources  =
 +
 
 +
EGit and JGit are currently self hosted in Git. To obtain a copy of each repository:
 +
 
 +
From the command line:
 +
<pre style="width: 40em">
 +
git clone git://egit.eclipse.org/egit/parallelip-jgit.git jgit
 +
git clone git://egit.eclipse.org/egit/parallelip-egit.git egit
 +
</pre>
 +
 
 +
From an installed EGit plugin:
 +
* File &gt; Import &gt; Git Repository
 +
* Enter URL
 +
<pre style="width: 40em">git://egit.eclipse.org/egit/parallelip-jgit.git</pre>
 +
* Import projects
 +
 
 +
* File &gt; Import &gt; Git Repository
 +
* Enter URL
 +
<pre style="width: 40em">git://egit.eclipse.org/egit/parallelip-egit.git</pre>
 +
* Import projects
 +
 
 +
= Contributing Patches  =
  
 
See [http://repo.or.cz/w/egit.git?a=blob;f=SUBMITTING_PATCHES;h=5d08c182f3427326df3d9a793f7bb359d006ed52;hb=HEAD SUBMITTING_PATCHES] for instructions on how to submit patches.
 
See [http://repo.or.cz/w/egit.git?a=blob;f=SUBMITTING_PATCHES;h=5d08c182f3427326df3d9a793f7bb359d006ed52;hb=HEAD SUBMITTING_PATCHES] for instructions on how to submit patches.

Revision as of 12:05, 2 October 2009

Warning2.png
Draft Content
This page is currently under construction. Community members are encouraged to maintain the page, and make sure the information is accurate.


EGit
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File

Obtain Sources

EGit and JGit are currently self hosted in Git. To obtain a copy of each repository:

From the command line:

git clone git://egit.eclipse.org/egit/parallelip-jgit.git jgit
git clone git://egit.eclipse.org/egit/parallelip-egit.git egit

From an installed EGit plugin:

  • File > Import > Git Repository
  • Enter URL
git://egit.eclipse.org/egit/parallelip-jgit.git
  • Import projects
  • File > Import > Git Repository
  • Enter URL
git://egit.eclipse.org/egit/parallelip-egit.git
  • Import projects

Contributing Patches

See SUBMITTING_PATCHES for instructions on how to submit patches.

Back to the top