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

EGit/FAQ

< EGit
Revision as of 18:32, 24 June 2009 by Unnamed Poltroon (Talk) (New page: {{#eclipseproject:technology.egit}} [http://eclipse.org/egit/ EGit Home] = What is EGit? = EGit is an Eclipse Team provider for [http://git-scm.com/ Git] Git is a distributed SCM, which...)

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

{{#eclipseproject:technology.egit}}

EGit Home

What is EGit?

EGit is an Eclipse Team provider for Git Git is a distributed SCM, which means every developer has a full copy of all history of every revision of the code, making queries against the history very fast and versatile. The EGit project is implementing Eclipse tooling for the JGit Java implementation of Git.

Back to the top