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/FAQ"

(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...)
 
Line 1: Line 1:
{{#eclipseproject:technology.egit}}
+
{{EGit}}
 
+
[http://eclipse.org/egit/ EGit Home]
+
  
 
= What is EGit? =
 
= What is EGit? =
  
EGit is an Eclipse Team provider for [http://git-scm.com/ Git]
+
EGit is an Eclipse Team provider for [http://git-scm.com/ 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.
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
+
= What is JGit =
very fast and versatile. The EGit project is implementing Eclipse tooling
+
 
for the JGit Java implementation of Git.
+
JGit is an implementation of the Git SCM in Java.

Revision as of 17:14, 21 July 2009

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

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.

What is JGit

JGit is an implementation of the Git SCM in Java.

Back to the top