GitHub Mylyn integration (technology.egit) repository moved to https://eclipse.gerrithub.io/a/eclipse-egit/egit-github

Clone this repo:
  1. a30aa36 Use SPDX for Maven license tag by Michael Keppler · 6 months ago master
  2. 619ad9e Avoid warning "no explicit project encoding" by Michael Keppler · 1 year, 10 months ago
  3. 445453f Update Tycho to 2.7.0 by Matthias Sohn · 2 years, 1 month ago
  4. d3ebeef Merge branch 'stable-6.1' by Matthias Sohn · 2 years, 1 month ago
  5. b3fce6f Prepare 6.1.1-SNAPSHOT builds by Matthias Sohn · 2 years, 1 month ago stable-6.1

Eclipse EGit GitHub Connector

EGit GitHub Connector is an Eclipse plugin for working with Git repositories hosted on Github. It is based on the JGit library, which is a Git implementation in pure Java, and integrates with EGit, which is the Eclipse Git Team Provider, and uses the Mylyn framework.

This package is licensed under the EPL 2.0 . Please refer to the LICENSE file for the complete license.

Compatibility

  • In general, EGit supports at least the latest two Eclipse releases. For details, please see https://wiki.eclipse.org/EGit/FAQ

  • Newer version of EGit may implement new functionality, remove existing functions and change others without other notice than what is written in the commit log and source files themselves.

  • The EGit GitHub Connector uses the GitHub REST API v3.

Installation

Install the EGit GitHub Connector into Eclipse from the official update sites:

See also the EGit Downloads web page.

Documentation

On-line documentation is available, and is also available in the Eclipse Help when the feature is installed.

Support

Post questions or comments to the egit-dev@eclipse.org mailing list. You need to be subscribed to post.

Bugs are tracked in Bugzilla. Create new bugs here.

Contributing

This project does not use pull requests. Pull requests to this GitHub repository will be ignored.

Push patches to Gerrit at https://git.eclipse.org/r/egit/egit-github as explained in the EGit Contributor Guide.

About Git

More information about Git, its repository format, and the canonical C based implementation can be obtained from the Git website.